summaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2013-10-06 13:43:45 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-06 10:42:32 -0700
commit4d0b6e698ae8d9a2f6f625203223e30604c7aaf9 (patch)
treec63544e80c368ad8779bb1ca54b15ebd22a094eb /gtk-gui.c
parent4d3e74a23676a33ffdc04a4a8b83c05f63b2693c (diff)
downloadsubsurface-4d0b6e698ae8d9a2f6f625203223e30604c7aaf9.tar.gz
Changes to make the glib-removal-hack branch build on MacOSX
Tested with the Homebrew packaging system Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'gtk-gui.c')
-rw-r--r--gtk-gui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index e873fc622..7ec3d8819 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -8,8 +8,6 @@
* functions. It's renamed back to gtk-ui.c to keep the old Gtk code
* around for reference in case we still need it... all that has now been
* ripped out of qt-gui.cpp */
-#include <libintl.h>
-#include <glib/gi18n.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>