summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 22:56:45 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-16 22:56:45 +0000
commit9ed2e4f593c1192210d0b51971cfb11d57d9108e (patch)
tree41431252b984b21cc157adc8a6ea3072a1243e24 /src/log.h
parent12356c8b5b7002cdffaa6a737f54806f52241bfb (diff)
downloadMana-9ed2e4f593c1192210d0b51971cfb11d57d9108e.tar.gz
Mana-9ed2e4f593c1192210d0b51971cfb11d57d9108e.tar.bz2
Mana-9ed2e4f593c1192210d0b51971cfb11d57d9108e.tar.xz
Mana-9ed2e4f593c1192210d0b51971cfb11d57d9108e.zip
Removed a lot of allegro.h includes.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/log.h b/src/log.h
index cd9079cb..aedba824 100644
--- a/src/log.h
+++ b/src/log.h
@@ -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();