From 9e2a9b55e185b92074b32d3df336920f33b29e5a Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sun, 1 Feb 2015 17:59:23 -0500 Subject: Reduce gettext wide/narrow and string/char* conversions --- src/guiChatConsole.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/guiChatConsole.cpp') diff --git a/src/guiChatConsole.cpp b/src/guiChatConsole.cpp index 19d9e3007..bdce7c872 100644 --- a/src/guiChatConsole.cpp +++ b/src/guiChatConsole.cpp @@ -28,9 +28,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "porting.h" #include "tile.h" #include "fontengine.h" -#include - +#include "log.h" #include "gettext.h" +#include #if USE_FREETYPE #include "xCGUITTFont.h" -- cgit v1.2.3