From 5804bfd373459c9687f1af72b36d0e588d9ea8e3 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 (cherry picked from commit afd698aa6058379c021ff7062465eee7da714101) --- klines/CMakeLists.txt | 1 - klines/Makefile.am | 2 +- klines/klines.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'klines') diff --git a/klines/CMakeLists.txt b/klines/CMakeLists.txt index 26371364..ab7e01ba 100644 --- a/klines/CMakeLists.txt +++ b/klines/CMakeLists.txt @@ -5,7 +5,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/klines/Makefile.am b/klines/Makefile.am index 6e5e5ab3..06521290 100644 --- a/klines/Makefile.am +++ b/klines/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES= -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES= -I$(top_srcdir)/libtdegames $(all_includes) METASOURCES = AUTO bin_PROGRAMS = klines diff --git a/klines/klines.cpp b/klines/klines.cpp index 7e258562..1459937d 100644 --- a/klines/klines.cpp +++ b/klines/klines.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.1