summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-30 17:23:17 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-30 17:23:17 +0000
commit77edfe45996574c82f66c2156ce6e8037520c8ff (patch)
tree805458831d8f2b17e63793b4f84ad20f447a27d7 /src/conn-avoid-ref.h
parentFix make check (diff)
downloadinkscape-77edfe45996574c82f66c2156ce6e8037520c8ff.tar.gz
inkscape-77edfe45996574c82f66c2156ce6e8037520c8ff.zip
Minor pass of header cleanup
(bzr r13341.1.189)
Diffstat (limited to 'src/conn-avoid-ref.h')
-rw-r--r--src/conn-avoid-ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-avoid-ref.h b/src/conn-avoid-ref.h
index ce364abf1..e9e12118f 100644
--- a/src/conn-avoid-ref.h
+++ b/src/conn-avoid-ref.h
@@ -14,13 +14,13 @@
*/
#include <2geom/point.h>
-#include <glib.h>
#include <stddef.h>
#include <sigc++/connection.h>
class SPDesktop;
class SPObject;
class SPItem;
+typedef struct _GSList GSList;
namespace Avoid { class ShapeRef; }
class SPAvoidRef {