diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/panels/binary.c | 3 | ||||
-rw-r--r-- | src/gui/panels/welcome.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/panels/binary.c b/src/gui/panels/binary.c index bb98c10..d61e33b 100644 --- a/src/gui/panels/binary.c +++ b/src/gui/panels/binary.c @@ -25,9 +25,6 @@ #include "binary.h" -#include <i18n.h> - - #include "binary-int.h" #include "../../gtkext/helpers.h" #include "../../gtkext/hexview.h" diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c index 6fd1304..6e8763b 100644 --- a/src/gui/panels/welcome.c +++ b/src/gui/panels/welcome.c @@ -28,9 +28,6 @@ #include <assert.h> -#include <i18n.h> - - #include "welcome-int.h" #include "../core/panels.h" #include "../../common/shuffle.h" |