Code

Warning cleanup.
[inkscape.git] / src / sp-font.h
index 3ec866ccc83e3a18b9373b9cbc05e9472c22a418..fad7ead42bbdfb3568f549f3e7effd3237154c4f 100644 (file)
@@ -1,5 +1,9 @@
-#ifndef __SP_FONT_H__
-#define __SP_FONT_H__
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifndef SP_FONT_H_SEEN
+#define SP_FONT_H_SEEN
 
 /*
  * SVG <font> element implementation
@@ -30,9 +34,9 @@ struct SPFont : public SPObject {
 };
 
 struct SPFontClass {
-       SPObjectClass parent_class;
+    SPObjectClass parent_class;
 };
 
 GType sp_font_get_type (void);
 
-#endif //#ifndef __SP_FONT_H__
+#endif //#ifndef SP_FONT_H_SEEN