summaryrefslogtreecommitdiffstats
path: root/src/xml/helper-observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/helper-observer.h')
-rw-r--r--src/xml/helper-observer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/xml/helper-observer.h b/src/xml/helper-observer.h
index 2f70ba792..c076b3e2c 100644
--- a/src/xml/helper-observer.h
+++ b/src/xml/helper-observer.h
@@ -1,12 +1,12 @@
-#ifndef __XML_HELPER_OBSERVER__
-#define __XML_HELPER_OBSERVER__
+#ifndef SEEN_XML_HELPER_OBSERVER
+#define SEEN_XML_HELPER_OBSERVER
+
+#include <cstddef>
+#include <sigc++/sigc++.h>
#include "node-observer.h"
#include "node.h"
-#include "../sp-object.h"
-//#include "../sp-object-repr.h"
-#include <stddef.h>
-#include <sigc++/sigc++.h>
+#include "sp-object.h"
namespace Inkscape {
namespace XML {