Code

remove desktop-affine.cpp
[inkscape.git] / src / sp-font.h
index d8dc3718944e284425bf4d64f068b1fa0d15a343..fad7ead42bbdfb3568f549f3e7effd3237154c4f 100644 (file)
@@ -1,7 +1,9 @@
-#include "config.h"
-#ifdef ENABLE_SVG_FONTS
-#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
@@ -32,10 +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 //#ifdef ENABLE_SVG_FONTS
+#endif //#ifndef SP_FONT_H_SEEN