diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -26,10 +26,6 @@ #include <stdio.h> #include <stdarg.h> #include <time.h> -#ifdef WIN32 -#include <allegro.h> -#include <winalleg.h> -#endif #include <string> void init_log(); |