From afd698aa6058379c021ff7062465eee7da714101 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 27 Apr 2020 22:18:38 +0900 Subject: Rearrangement of libtdegames highscore headers. Signed-off-by: Michele Calgaro --- kshisen/CMakeLists.txt | 1 - kshisen/Makefile.am | 2 +- kshisen/app.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'kshisen') diff --git a/kshisen/CMakeLists.txt b/kshisen/CMakeLists.txt index 6562d565..da63cb64 100644 --- a/kshisen/CMakeLists.txt +++ b/kshisen/CMakeLists.txt @@ -7,7 +7,6 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/libtdegames - ${CMAKE_SOURCE_DIR}/libtdegames/highscore ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kshisen/Makefile.am b/kshisen/Makefile.am index e84bcaa0..6d0d8b02 100644 --- a/kshisen/Makefile.am +++ b/kshisen/Makefile.am @@ -1,6 +1,6 @@ -INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) PICDIR = $(kde_datadir)/kshisen/pics diff --git a/kshisen/app.cpp b/kshisen/app.cpp index e8efa33a..ccecaf6e 100644 --- a/kshisen/app.cpp +++ b/kshisen/app.cpp @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.1