From 0c3b4d770eddf821f7d120ac11fedc7425f3bc49 Mon Sep 17 00:00:00 2001 From: momacabu Date: Sat, 10 Nov 2012 05:52:08 +0000 Subject: Removed include lock.h from script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16899 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/CMakeLists.txt | 1 - src/map/script.c | 1 - 2 files changed, 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" -- cgit v1.2.3-60-g2f50