From 7fefe15989a08e255ade5e577c781701b157d430 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 (cherry picked from commit 81b64bcfc0a32fdeb0e4f367adbf273d924e55f4) --- src/tork.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/tork.h') diff --git a/src/tork.h b/src/tork.h index 722c618..fd9cf31 100644 --- a/src/tork.h +++ b/src/tork.h @@ -24,12 +24,17 @@ #define _TORK_H_ #ifdef HAVE_CONFIG_H -#include +#include "config.h" #endif +#include + #include #include #include +#include +#include +#include #include "torkview.h" #include "torclient.h" @@ -39,12 +44,6 @@ #include "version.h" #include "dcoptork.h" #include "testprivacyproxy.h" - -#include -#include -#include -#include - #include "update.h" #include "trayicon.h" #include "upnpmanager.h" -- cgit v1.2.1