diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-20 17:21:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-20 17:21:13 +0000 |
commit | f5bc1470958eec37a68b996cc263b91a5a811af3 (patch) | |
tree | 63ea85e6a8a1f1aa130cd3b460020dc3622a6c6b | |
parent | fec8d201c51d82c370cb6052209397d88d004490 (diff) | |
download | mana-client-f5bc1470958eec37a68b996cc263b91a5a811af3.tar.gz mana-client-f5bc1470958eec37a68b996cc263b91a5a811af3.tar.bz2 mana-client-f5bc1470958eec37a68b996cc263b91a5a811af3.tar.xz mana-client-f5bc1470958eec37a68b996cc263b91a5a811af3.zip |
Removed some leftover alfont.h includes.
-rw-r--r-- | src/gui/gui.cpp | 1 | ||||
-rw-r--r-- | src/gui/gui.h | 1 | ||||
-rw-r--r-- | src/main.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 273aa885..ced9758b 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -23,7 +23,6 @@ #include <allegro.h> #include <allegro/internal/aintern.h> #include <math.h> -#include <alfont.h> #include "../log.h" #include "../sound/sound.h" diff --git a/src/gui/gui.h b/src/gui/gui.h index 46bfc22a..d7936c06 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -29,7 +29,6 @@ #include <guichan.hpp> #include <guichan/allegro.hpp> #include <allegro.h> -#include <alfont.h> #include <string.h> /** @@ -47,7 +47,6 @@ #ifdef WIN32 #include <winalleg.h> #endif -#include <alfont.h> #include <stdio.h> |