From 788152115776748e824ff175926b83979a3723a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Dec 2016 07:35:13 +0100 Subject: main: fix typo breaking non-win32 --- gui/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gui') diff --git a/gui/main.cpp b/gui/main.cpp index 767a12ab..1f1445c3 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -5,8 +5,6 @@ # include # include # include -# include -# include #endif #include "migration/migration.hpp" @@ -17,7 +15,8 @@ using namespace options; #include #include #include -#include +#include +#include #include #include #include -- cgit v1.2.3