From 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 20 Oct 2020 14:40:51 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- src/server.ui.h | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'src/server.ui.h') diff --git a/src/server.ui.h b/src/server.ui.h index 4ef573e..9f83877 100644 --- a/src/server.ui.h +++ b/src/server.ui.h @@ -18,21 +18,29 @@ * Free Software Foundation, Inc., * * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include "tork.h" -#include "torkconfig.h" -#include "upnpmanager.h" + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include + #include #include -#include -#include #include -#ifndef EXTERNAL_GEOIP -# include "GeoIP-1.4.0/libGeoIP/GeoIP.h" -#else +#ifdef EXTERNAL_GEOIP # include +#else +# include "GeoIP-1.4.0/libGeoIP/GeoIP.h" #endif +#include "tork.h" +#include "torkconfig.h" +#include "upnpmanager.h" + + using namespace bt; using namespace kt; -- cgit v1.2.1