From 43b49e325db73cc19b1731db6c69545664ee8fbe Mon Sep 17 00:00:00 2001 From: Adrian Boguszewski Date: Thu, 28 Jul 2016 13:26:17 +0200 Subject: Reverted changes to r15024 after many building problems (bzr r15027) --- src/main.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7678ca241..8cf52127b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,6 +38,9 @@ #include #endif #include +#include +#include +#include #include #ifndef POPT_TABLEEND @@ -45,6 +48,9 @@ #endif /* Not def: POPT_TABLEEND */ #include +#include +#include +#include #if GTK_CHECK_VERSION(3,0,0) #include @@ -57,13 +63,16 @@ #undef AND #endif +#include "macros.h" #include "file.h" #include "document.h" #include "layer-model.h" #include "selection.h" +#include "sp-object.h" #include "ui/interface.h" #include "print.h" #include "color.h" +#include "sp-item.h" #include "sp-root.h" #include "svg/svg.h" @@ -84,8 +93,10 @@ #include "helper/action-context.h" #include "helper/png-write.h" +#include "helper/geom.h" #include +#include #include #include #include @@ -103,6 +114,8 @@ #endif // WITH_DBUS #include +#include +#include #include @@ -116,6 +129,8 @@ #include #include "verbs.h" +#include + #include "path-chemistry.h" #include "sp-text.h" #include "sp-flowtext.h" -- cgit v1.2.3