diff options
| author | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-28 11:26:17 +0000 |
|---|---|---|
| committer | Adrian Boguszewski <adrbogus1@student.pg.gda.pl> | 2016-07-28 11:26:17 +0000 |
| commit | 43b49e325db73cc19b1731db6c69545664ee8fbe (patch) | |
| tree | 56afe5de404c431fff2124f4789fd6e1655c0963 /src/document.cpp | |
| parent | Fixed failed build (diff) | |
| download | inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.tar.gz inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.zip | |
Reverted changes to r15024 after many building problems
(bzr r15027)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/document.cpp b/src/document.cpp index 181029cd0..9f408788b 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -37,17 +37,17 @@ #define noSP_DOCUMENT_DEBUG_UNDO #ifdef HAVE_CONFIG_H -#include <config.h> +# include "config.h" #endif #include <string> #include <cstring> #include <2geom/transforms.h> -#include <libcroco/cr-cascade.h> #include "widgets/desktop-widget.h" #include "desktop.h" #include "dir-util.h" #include "display/drawing.h" +#include "display/drawing-item.h" #include "document-private.h" #include "document-undo.h" #include "id-clash.h" @@ -55,12 +55,18 @@ #include "inkscape-version.h" #include "libavoid/router.h" #include "persp3d.h" +#include "preferences.h" #include "profile-manager.h" #include "rdf.h" #include "sp-factory.h" +#include "sp-item-group.h" #include "sp-namedview.h" #include "sp-symbol.h" +#include "transf_mat_3x4.h" +#include "util/units.h" +#include "xml/repr.h" #include "xml/rebase-hrefs.h" +#include "libcroco/cr-cascade.h" using Inkscape::DocumentUndo; using Inkscape::Util::unit_table; |
