--- gigedit/trunk/src/gigedit/mainwindow.cpp 2007/10/04 23:29:22 1382 +++ gigedit/trunk/src/gigedit/mainwindow.cpp 2007/10/10 15:48:54 1396 @@ -17,7 +17,6 @@ * 02110-1301 USA. */ -#include #include #include @@ -26,6 +25,8 @@ #include #include +#include "global.h" + #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION >= 6) || GTKMM_MAJOR_VERSION > 2 #define ABOUT_DIALOG #include @@ -48,8 +49,6 @@ #include "mainwindow.h" -#define _(String) gettext(String) - template inline std::string ToString(T o) { std::stringstream ss; ss << o;