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 --- kfouleggs/CMakeLists.txt | 1 - kfouleggs/Makefile.am | 2 +- kfouleggs/main.cpp | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) (limited to 'kfouleggs') diff --git a/kfouleggs/CMakeLists.txt b/kfouleggs/CMakeLists.txt index a295f934..ae0b2f69 100644 --- a/kfouleggs/CMakeLists.txt +++ b/kfouleggs/CMakeLists.txt @@ -19,7 +19,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libksirtet ${CMAKE_SOURCE_DIR}/libksirtet/base ${CMAKE_SOURCE_DIR}/libtdegames - ${CMAKE_SOURCE_DIR}/libtdegames/highscore ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kfouleggs/Makefile.am b/kfouleggs/Makefile.am index 967e01bd..c126c0dd 100644 --- a/kfouleggs/Makefile.am +++ b/kfouleggs/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libksirtet/base -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES = -I$(top_builddir)/libksirtet -I$(top_srcdir)/libksirtet -I$(top_srcdir)/libksirtet/base -I$(top_srcdir)/libtdegames $(all_includes) SUBDIRS = pics diff --git a/kfouleggs/main.cpp b/kfouleggs/main.cpp index efc27d6c..884837d6 100644 --- a/kfouleggs/main.cpp +++ b/kfouleggs/main.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include "common/inter.h" #include "common/highscores.h" -- cgit v1.2.1