Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
[inkscape.git] / src / sp-guide.h
index 4fc4032db44b2b08cff27a78fededf4ffa91553b..f9f67f3010a0f2cb31ecd02fe9d51b7c209cb29e 100644 (file)
 
 #include <vector>
 
-#include "display/display-forward.h"
 #include <2geom/point.h>
 #include "sp-object.h"
 #include "sp-guide-attachment.h"
 
+struct SPCanvas;
+struct SPCanvasGroup;
+
 #define SP_TYPE_GUIDE            (sp_guide_get_type())
 #define SP_GUIDE(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), SP_TYPE_GUIDE, SPGuide))
 #define SP_GUIDE_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST((klass), SP_TYPE_GUIDE, SPGuideClass))