summaryrefslogtreecommitdiff
path: root/src/eog-uri-converter.h
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2013-07-28 19:53:40 +0200
committerFelix Riemann <friemann@gnome.org>2013-07-28 19:53:40 +0200
commit7b78b4b0732661db553f5f932d5cc8c7da6f7b44 (patch)
tree151ed0f152674f5a72498022347654856a4fb555 /src/eog-uri-converter.h
parent3f6c55deb3643e26c44a4a3a0f9825ff932b2871 (diff)
downloadeog-7b78b4b0732661db553f5f932d5cc8c7da6f7b44.tar.gz
Remove gi18n.h include from header file
The translation infrastructure is not used from the headers and should be used in the .c-files requiring it. This is is especially true for public headers which require a different i18n include.
Diffstat (limited to 'src/eog-uri-converter.h')
-rw-r--r--src/eog-uri-converter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eog-uri-converter.h b/src/eog-uri-converter.h
index dfc8ab42..a1881528 100644
--- a/src/eog-uri-converter.h
+++ b/src/eog-uri-converter.h
@@ -2,7 +2,6 @@
#define _EOG_URI_CONVERTER_H_
#include <glib-object.h>
-#include <glib/gi18n.h>
#include "eog-image.h"
G_BEGIN_DECLS