summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/png-write.h4
-rw-r--r--src/selection.h2
-rw-r--r--src/sp-object.h3
3 files changed, 0 insertions, 9 deletions
diff --git a/src/helper/png-write.h b/src/helper/png-write.h
index 04ca85cd6..2657fb635 100644
--- a/src/helper/png-write.h
+++ b/src/helper/png-write.h
@@ -14,12 +14,8 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <glib.h>
#include <2geom/forward.h>
-//should be in selection.h
-typedef std::list<SPObject*> SelContainer;
-
class SPDocument;
diff --git a/src/selection.h b/src/selection.h
index e40810ded..71be6dd6b 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -33,8 +33,6 @@ class SPItem;
class SPBox3D;
class Persp3D;
-typedef std::list<SPObject*> SelContainer;
-
namespace Inkscape {
class LayerModel;
namespace XML {
diff --git a/src/sp-object.h b/src/sp-object.h
index 1f3032a52..7c189b01b 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -64,9 +64,6 @@ class SPCSSAttr;
class SPStyle;
typedef struct _GSList GSList;
-//should be in selection.h
-typedef std::list<SPObject*> SelContainer;
-
namespace Inkscape {