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 --- kolf/CMakeLists.txt | 1 - kolf/Makefile.am | 2 +- kolf/kolf.cpp | 2 +- kolf/newgame.cpp | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'kolf') diff --git a/kolf/CMakeLists.txt b/kolf/CMakeLists.txt index 5d45f9f5..bd358814 100644 --- a/kolf/CMakeLists.txt +++ b/kolf/CMakeLists.txt @@ -20,7 +20,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/kolf/Makefile.am b/kolf/Makefile.am index 162f2350..c8888ff0 100644 --- a/kolf/Makefile.am +++ b/kolf/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = objects sounds courses pics graphics -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libtdegames $(all_includes) bin_PROGRAMS = lib_LTLIBRARIES = libkolf.la diff --git a/kolf/kolf.cpp b/kolf/kolf.cpp index 17647bd4..a68a1c9e 100644 --- a/kolf/kolf.cpp +++ b/kolf/kolf.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kolf/newgame.cpp b/kolf/newgame.cpp index 45eb4b1a..1754cf1b 100644 --- a/kolf/newgame.cpp +++ b/kolf/newgame.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.1