From 1fae47f268a6aff3ac95fadf287a1b73f26a9e62 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 21 Feb 2016 07:53:38 +0100 Subject: include config.h first --- src/conv/html/sw6022html.cpp | 8 ++++---- src/conv/raw/sw6022raw.cpp | 8 ++++---- src/conv/text/sw6022text.cpp | 8 ++++---- 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 #include @@ -15,10 +19,6 @@ #include -#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 #include @@ -15,10 +19,6 @@ #include -#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 #include @@ -15,10 +19,6 @@ #include -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #ifndef VERSION #define VERSION "UNKNOWN VERSION" #endif -- cgit v1.2.3