summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index a5892a580..31cd1f8f1 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -20,6 +20,10 @@
# include "config.h"
#endif
+#ifdef WIN32
+#include <windows.h>
+#endif // WIN32
+
#include <gtkmm/clipboard.h>
#include "svg/svg.h"
@@ -82,9 +86,6 @@ using NR::Y;
#include "selection-chemistry.h"
-//#
-#include <windows.h>
-//#
/* fixme: find a better place */
Inkscape::XML::Document *clipboard_document = NULL;
GSList *clipboard = NULL;