font.cpp does not need gettext,

...and we can move it to wesnoth-lib where it belongs without problem,
since it has no translatable strings yet
This commit is contained in:
Yann Dirson 2005-10-28 21:06:53 +00:00
parent 5d352a5961
commit 95ea58da3b
3 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,5 @@
src/filechooser.cpp
src/font.cpp
src/hotkeys.cpp
src/mapgen_dialog.cpp
src/marked-up_text.cpp

View file

@ -2,7 +2,6 @@ src/about.cpp
src/actions.cpp
src/dialogs.cpp
src/display.cpp
src/font.cpp
src/game.cpp
src/game_events.cpp
src/help.cpp

View file

@ -16,10 +16,9 @@
#include "global.hpp"
#include "config.hpp"
#include "font.hpp"
#include "filesystem.hpp"
#include "font.hpp"
#include "game_config.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "sdl_utils.hpp"
#include "tooltips.hpp"