Code

replace separate forward declarations by proper forward.h inclusion
[inkscape.git] / src / svg / stringstream.h
index 4e19125b40f51b1e818e1fd83c40781572158682..5fbf1976c3b70b942f1d0785df247e5f22e13b91 100644 (file)
@@ -5,9 +5,8 @@
 #include <sstream>
 #include <string>
 
-namespace Geom {
-    class Point;
-}
+#include <2geom/forward.h>
+
 namespace Inkscape {
 
 typedef std::ios_base &(*std_oct_type)(std::ios_base &);