summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-09-02 21:14:55 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-09-02 21:14:55 +0000
commit395b34493e806b4aa2333c694d7d6e4e4d4700a4 (patch)
treee340f04499db88b56d1e86bac1cc3cf70b33f2ee /src/widgets/stroke-style.h
parentUpdate to trunk r13542 (diff)
downloadinkscape-395b34493e806b4aa2333c694d7d6e4e4d4700a4.tar.gz
inkscape-395b34493e806b4aa2333c694d7d6e4e4d4700a4.zip
Remove misleading dialogs directory
(bzr r13341.1.192)
Diffstat (limited to 'src/widgets/stroke-style.h')
-rw-r--r--src/widgets/stroke-style.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h
index 6f0fe583b..464e7d2d1 100644
--- a/src/widgets/stroke-style.h
+++ b/src/widgets/stroke-style.h
@@ -12,6 +12,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+// WHOA! talk about header bloat!
+
#ifndef SEEN_DIALOGS_STROKE_STYLE_H
#define SEEN_DIALOGS_STROKE_STYLE_H
@@ -33,7 +35,7 @@
#include "desktop.h"
#include "desktop-handles.h"
#include "desktop-style.h"
-#include "dialogs/dialog-events.h"
+#include "ui/dialog-events.h"
#include "display/canvas-bpath.h" // for SP_STROKE_LINEJOIN_*
#include "display/drawing.h"
#include "document-private.h"