From 2e2f1abfd59888af7749429e9016cd1768b9a0a6 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Mon, 5 Aug 2019 01:13:40 +0200 Subject: cleanup includes a bit --- src/io/file.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/io/file.cpp') diff --git a/src/io/file.cpp b/src/io/file.cpp index a87453d47..877429d26 100644 --- a/src/io/file.cpp +++ b/src/io/file.cpp @@ -8,11 +8,11 @@ * */ +#include "file.h" + #include #include -#include "file.h" - #include "document.h" #include "document-undo.h" @@ -24,6 +24,9 @@ #include "object/sp-root.h" +#include "xml/repr.h" + + /** * Create a blank document, remove any template data. * Input: Empty string or template file name. -- cgit v1.2.3