Code

fix include paths
authorjohanengelen <johanengelen@users.sourceforge.net>
Tue, 15 Apr 2008 07:37:48 +0000 (07:37 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Tue, 15 Apr 2008 07:37:48 +0000 (07:37 +0000)
src/extension/internal/cairo-render-context.cpp
src/extension/internal/emf-win32-print.cpp

index 4e9dd0177a6baf399d2f797da5818188f80d6229..0722edff5e9e6f8bdfd9f531ebe36ec36513e399 100644 (file)
@@ -52,7 +52,7 @@
 #include "sp-mask.h"
 #include "sp-clippath.h"
 #ifdef WIN32
-#include "FontFactory.h" // USE_PANGO_WIN32
+#include "libnrtype/FontFactory.h" // USE_PANGO_WIN32
 #endif
 
 #include <unit-constants.h>
index d486a78035ca75320a572f7b8fd1dd461bbf8188..2eac1ad9a5fd3440c6b1971398665a922e49ff45 100644 (file)
@@ -53,7 +53,7 @@
 #include "sp-paint-server.h"
 #include "inkscape_version.h"
 
-#include "FontFactory.h"
+#include "libnrtype/FontFactory.h"
 #include "libnrtype/font-instance.h"
 #include "libnrtype/font-style-to-pos.h"