Last commit breaks non-Windows-builds. Fixed with this one

This commit is contained in:
Ingo
2013-12-28 00:47:18 +01:00
parent e28c86a956
commit 792ee7416a

View File

@@ -37,7 +37,6 @@
#include "rtimage.h"
#include "version.h"
#include "extprog.h"
#include "conio.h"
#ifndef WIN32
#include <glibmm/fileutils.h>
@@ -46,6 +45,7 @@
#include <glibmm/threads.h>
#else
#include <glibmm/thread.h>
#include "conio.h"
#endif
#include "../rtengine/safegtk.h"