summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile_insert1
-rw-r--r--src/ui/dialog/print.cpp5
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert
index 9a52f51de..3d5d2e55a 100644
--- a/src/Makefile_insert
+++ b/src/Makefile_insert
@@ -141,7 +141,6 @@ libinkpre_a_SOURCES = \
shape-editor.cpp shape-editor.h \
shortcuts.cpp shortcuts.h \
snap.cpp snap.h \
- snapped-line.cpp snapped-line.h \
snapped-point.cpp snapped-point.h \
snapper.cpp snapper.h \
line-snapper.cpp line-snapper.h \
diff --git a/src/ui/dialog/print.cpp b/src/ui/dialog/print.cpp
index b04de91c2..1ca4b46d9 100644
--- a/src/ui/dialog/print.cpp
+++ b/src/ui/dialog/print.cpp
@@ -12,10 +12,11 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
+#ifdef WIN32
+#include <io.h>
+#endif
-#include <io.h>
#include <gtkmm/stock.h>
-#include <io.h>
#include "print.h"
#include "extension/internal/cairo-render-context.h"