summaryrefslogtreecommitdiff
path: root/src/utils/gettexthelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-16 23:58:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-17 14:02:30 +0300
commit3f7f55d24f8adbfaa6e534734e955fb3c37792ff (patch)
tree30c90bdab5d99a6e0e75dc5ee593f641bd1ad88f /src/utils/gettexthelper.h
parentdeec925bcd6ef5ea611082263dc0a7e4904345d2 (diff)
downloadplus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.tar.gz
plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.tar.bz2
plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.tar.xz
plus-3f7f55d24f8adbfaa6e534734e955fb3c37792ff.zip
Remove useless includes from .h files.
Diffstat (limited to 'src/utils/gettexthelper.h')
-rw-r--r--src/utils/gettexthelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/gettexthelper.h b/src/utils/gettexthelper.h
index f233dc236..49d45c55b 100644
--- a/src/utils/gettexthelper.h
+++ b/src/utils/gettexthelper.h
@@ -21,6 +21,10 @@
#ifndef UTILS_GETTEXTHELPER_H
#define UTILS_GETTEXTHELPER_H
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "localconsts.h"
class GettextHelper final