aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/import_text_dialog.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 02:03:38 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-09-20 02:03:38 +0000
commit2552c750e5391ea27cc12a0a4d4cb1a6a73a9888 (patch)
tree784d61663087f6d4d64558f8176244705f7748e7 /ui/qt/import_text_dialog.h
parent3729335973b966a8b9b0f887c637d42be047a790 (diff)
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
svn path=/trunk/; revision=45017
Diffstat (limited to 'ui/qt/import_text_dialog.h')
-rw-r--r--ui/qt/import_text_dialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/qt/import_text_dialog.h b/ui/qt/import_text_dialog.h
index e0c7302e17..7887f6e7d9 100644
--- a/ui/qt/import_text_dialog.h
+++ b/ui/qt/import_text_dialog.h
@@ -24,9 +24,7 @@
#ifndef IMPORT_TEXT_DIALOG_H
#define IMPORT_TEXT_DIALOG_H
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
#include <stdio.h>