summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:03:45 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:03:45 +0000
commit01cf2324ebd8a21d7ff7a60f2d0ca7a931f7c87b (patch)
tree49412f2dd8cc61eafe0c6d80a3022d72f6398bc0 /src
parentshape-editor.h: Supply missing #includes/declarations so that we don't depend... (diff)
downloadinkscape-01cf2324ebd8a21d7ff7a60f2d0ca7a931f7c87b.tar.gz
inkscape-01cf2324ebd8a21d7ff7a60f2d0ca7a931f7c87b.zip
sp-stop.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.)
(bzr r6184)
Diffstat (limited to 'src')
-rw-r--r--src/sp-stop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sp-stop.h b/src/sp-stop.h
index 20f72a3f5..3203d8f74 100644
--- a/src/sp-stop.h
+++ b/src/sp-stop.h
@@ -2,16 +2,16 @@
#define SEEN_SP_STOP_H
/** \file
- *
* SPStop: SVG <stop> implementation.
- *
+ */
+/*
* Authors?
*/
#include <glib/gtypes.h>
//#include <glib-object.h>
-//#include "sp-object.h"
-//#include "color.h"
+#include "sp-object.h"
+#include "color.h"
#include "sp-stop-fns.h"
class SPObjectClass;