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/main.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6889b4a..b207514 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,17 +19,18 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +#include +#include +#include +#include +#include #include "tork.h" #include "crashhandler.h" #include "torkconfig.h" #include "functions.h" #include "newfirstrunwizard.h" -#include -#include -#include -#include -#include + static const char description[] = I18N_NOOP("TorK - An Anonymity Manager for the TDE Desktop.\n" -- cgit v1.2.1