Code

Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inkscape files.
[inkscape.git] / src / text-editing.h
index 8cf948b60a2fb07e9d9e8a75a6f017ef67ead197..d0bbc3051e3f09b28fc300973bf98ff9b697eb37 100644 (file)
 #include <glib/gtypes.h>
 #include <utility>   // std::pair
 #include "libnrtype/Layout-TNG.h"
+#include <libnr/nr-forward.h>
+
 class SPCSSAttr;
 struct SPItem;
 struct SPObject;
 struct SPStyle;
-namespace NR { class Matrix; }
-namespace NR { class Point; }
 
 typedef std::pair<Inkscape::Text::Layout::iterator, Inkscape::Text::Layout::iterator> iterator_pair;