summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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