summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2016-02-21 07:53:38 +0100
committerDavid Tardon <dtardon@redhat.com>2016-02-21 15:33:12 +0100
commit1fae47f268a6aff3ac95fadf287a1b73f26a9e62 (patch)
tree1226ec80f0706dd689e57b7b0e8e9ad3087ffcaf
parent7ff74266fac998b0dbbf0aa5d6a3018c8a948ee4 (diff)
include config.h first
-rw-r--r--src/conv/html/sw6022html.cpp8
-rw-r--r--src/conv/raw/sw6022raw.cpp8
-rw-r--r--src/conv/text/sw6022text.cpp8
3 files changed, 12 insertions, 12 deletions
diff --git a/src/conv/html/sw6022html.cpp b/src/conv/html/sw6022html.cpp
index e1d9312..247a669 100644
--- a/src/conv/html/sw6022html.cpp
+++ b/src/conv/html/sw6022html.cpp
@@ -7,6 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
@@ -15,10 +19,6 @@
#include <libsw602/libsw602.h>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifndef VERSION
#define VERSION "UNKNOWN VERSION"
#endif
diff --git a/src/conv/raw/sw6022raw.cpp b/src/conv/raw/sw6022raw.cpp
index 9498e16..e09dcd9 100644
--- a/src/conv/raw/sw6022raw.cpp
+++ b/src/conv/raw/sw6022raw.cpp
@@ -7,6 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
@@ -15,10 +19,6 @@
#include <libsw602/libsw602.h>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifndef PACKAGE
#define PACKAGE "libsw602"
#endif
diff --git a/src/conv/text/sw6022text.cpp b/src/conv/text/sw6022text.cpp
index e661be5..522f209 100644
--- a/src/conv/text/sw6022text.cpp
+++ b/src/conv/text/sw6022text.cpp
@@ -7,6 +7,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
@@ -15,10 +19,6 @@
#include <libsw602/libsw602.h>
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifndef VERSION
#define VERSION "UNKNOWN VERSION"
#endif