diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-25 18:29:57 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-02-25 18:29:57 +0000 |
| commit | 9ea62be867f15fb90651efbfd0b2a6aacd1247b1 (patch) | |
| tree | cc3dea929e2a5295e6b18d6e9a7c3e150a1a0ecd /src/ui/dialog/object-properties.cpp | |
| parent | GDL: Merge upstream patch 912AE (2012-02-20) - Fixed some const warnings (diff) | |
| download | inkscape-9ea62be867f15fb90651efbfd0b2a6aacd1247b1.tar.gz inkscape-9ea62be867f15fb90651efbfd0b2a6aacd1247b1.zip | |
Header cleaning
(bzr r11015)
Diffstat (limited to 'src/ui/dialog/object-properties.cpp')
| -rw-r--r-- | src/ui/dialog/object-properties.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/object-properties.cpp b/src/ui/dialog/object-properties.cpp index eaf34c66d..c82b3a20f 100644 --- a/src/ui/dialog/object-properties.cpp +++ b/src/ui/dialog/object-properties.cpp @@ -23,6 +23,8 @@ #include "../../document-undo.h" #include "verbs.h" #include "object-properties.h" +#include "inkscape.h" +#include "selection.h" namespace Inkscape { |
