summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdfinput/pdf-input.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-12-29 20:01:22 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-12-29 20:01:22 +0000
commite6e4a26b756b1aaa29585e127ce8331f23fd4b71 (patch)
tree2ef2ad3d61ccc1ea52441255e07282b3b7a6a85f /src/extension/internal/pdfinput/pdf-input.cpp
parentfix preview of pdf files with weird characters in filename (diff)
downloadinkscape-e6e4a26b756b1aaa29585e127ce8331f23fd4b71.tar.gz
inkscape-e6e4a26b756b1aaa29585e127ce8331f23fd4b71.zip
cleanup includes
(bzr r10804)
Diffstat (limited to 'src/extension/internal/pdfinput/pdf-input.cpp')
-rw-r--r--src/extension/internal/pdfinput/pdf-input.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/extension/internal/pdfinput/pdf-input.cpp b/src/extension/internal/pdfinput/pdf-input.cpp
index 70831bf6a..0f25616d5 100644
--- a/src/extension/internal/pdfinput/pdf-input.cpp
+++ b/src/extension/internal/pdfinput/pdf-input.cpp
@@ -17,12 +17,12 @@
#ifdef HAVE_POPPLER
-#include "goo/GooString.h"
-#include "ErrorCodes.h"
-#include "GlobalParams.h"
-#include "PDFDoc.h"
-#include "Page.h"
-#include "Catalog.h"
+#include <poppler/goo/GooString.h>
+#include <poppler/ErrorCodes.h>
+#include <poppler/GlobalParams.h>
+#include <poppler/PDFDoc.h>
+#include <poppler/Page.h>
+#include <poppler/Catalog.h>
#ifdef HAVE_POPPLER_CAIRO
#include <poppler/glib/poppler.h>