Commit 6e59600dac9359fbf28c3806644d549a773395ce
1 parent
8720ae85
Exists in
master
and in
1 other branch
Fixing debian 8 builds.
Showing
1 changed file
with
1 additions
and
12 deletions
Show diff stats
src/dialogs/private.h
@@ -27,15 +27,4 @@ | @@ -27,15 +27,4 @@ | ||
27 | * | 27 | * |
28 | */ | 28 | */ |
29 | 29 | ||
30 | -#include <config.h> | ||
31 | - | ||
32 | -#define ENABLE_NLS | ||
33 | -#define GETTEXT_PACKAGE PACKAGE_NAME | ||
34 | - | ||
35 | -#include <libintl.h> | ||
36 | -#include <glib/gi18n.h> | ||
37 | - | ||
38 | -#include <gtk/gtk.h> | ||
39 | -#include <v3270.h> | ||
40 | - | ||
41 | - | 30 | +#include <internals.h> |