diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-01-08 19:34:25 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-01-08 19:34:25 +0000 |
| commit | bf1ade20789f920154107dd7d25589afe23f7509 (patch) | |
| tree | 846a093f6cacbc7c873143f1a823eb067bdc9b47 /src | |
| parent | fix paths after moving files (diff) | |
| download | inkscape-bf1ade20789f920154107dd7d25589afe23f7509.tar.gz inkscape-bf1ade20789f920154107dd7d25589afe23f7509.zip | |
another fix after moving files (btool did not fail)
(bzr r10864)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/object-properties.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/object-properties.cpp b/src/ui/dialog/object-properties.cpp index 773906174..af9794058 100644 --- a/src/ui/dialog/object-properties.cpp +++ b/src/ui/dialog/object-properties.cpp @@ -19,8 +19,8 @@ # include "config.h" #endif -#include "../desktop-handles.h" -#include "../document.h" +#include "../../desktop-handles.h" +#include "../../document.h" #include "object-properties.h" |
