diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/log.h b/src/map/log.h index b50e2271f..e49fff429 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -5,8 +5,8 @@ #define _LOG_H_ //#include "map.h" -struct map_session_data; struct block_list; +struct map_session_data; struct mob_data; struct item; |