diff options
Diffstat (limited to 'src/map/log.h')
-rw-r--r-- | src/map/log.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h index 0e03bf0d8..53fa9dd7c 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -4,7 +4,9 @@ #ifndef _LOG_H_ #define _LOG_H_ -#include "map.h" +//#include "map.h" +struct map_session_data; +struct mob_data; #ifndef TXT_ONLY |