summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-26 20:36:18 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-26 20:36:18 +0000
commitb823c46207f6d96a4e96cc0fb6011c76e743f174 (patch)
tree63fa3d19b668e8d838ba07d9817e256c005d1965 /src/selection-chemistry.cpp
parentFix for Bug #1823541: Added support for pasting bitmap data from the system c... (diff)
downloadinkscape-b823c46207f6d96a4e96cc0fb6011c76e743f174.tar.gz
inkscape-b823c46207f6d96a4e96cc0fb6011c76e743f174.zip
Undo compile break
(bzr r4136)
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;