diff options
-rw-r--r-- | src/common/CMakeLists.txt | 1 | ||||
-rw-r--r-- | src/map/script.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index b32c33611..aa432c39f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -65,7 +65,6 @@ set( COMMON_BASE_HEADERS "${COMMON_SOURCE_DIR}/des.h" "${COMMON_SOURCE_DIR}/ers.h" "${COMMON_SOURCE_DIR}/grfio.h" - "${COMMON_SOURCE_DIR}/lock.h" "${COMMON_SOURCE_DIR}/malloc.h" "${COMMON_SOURCE_DIR}/mapindex.h" "${COMMON_SOURCE_DIR}/md5calc.h" diff --git a/src/map/script.c b/src/map/script.c index 1045f1c94..eabf5d14c 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -10,7 +10,6 @@ #include "../common/cbasetypes.h" #include "../common/malloc.h" #include "../common/md5calc.h" -#include "../common/lock.h" #include "../common/nullpo.h" #include "../common/random.h" #include "../common/showmsg.h" |