Ease use of podofo as a static library, removing the need of header wrappers
---
 src/base/PdfExtension.h            | 2 +-
 src/doc/PdfAcroForm.h              | 2 +-
 src/doc/PdfAction.h                | 2 +-
 src/doc/PdfAnnotation.h            | 2 +-
 src/doc/PdfCMapEncoding.h          | 4 ++--
 src/doc/PdfContents.h              | 2 +-
 src/doc/PdfDestination.h           | 8 ++++----
 src/doc/PdfDifferenceEncoding.h    | 4 ++--
 src/doc/PdfDocument.h              | 8 ++++----
 src/doc/PdfElement.h               | 4 ++--
 src/doc/PdfEncodingObjectFactory.h | 2 +-
 src/doc/PdfExtGState.h             | 4 ++--
 src/doc/PdfField.h                 | 6 +++---
 src/doc/PdfFileSpec.h              | 4 ++--
 src/doc/PdfFont.h                  | 6 +++---
 src/doc/PdfFontCID.h               | 2 +-
 src/doc/PdfFontCache.h             | 8 ++++----
 src/doc/PdfFontConfigWrapper.h     | 6 +++---
 src/doc/PdfFontFactory.h           | 2 +-
 src/doc/PdfFontFactoryBase14Data.h | 4 ++--
 src/doc/PdfFontMetrics.h           | 8 ++++----
 src/doc/PdfFontMetricsBase14.h     | 6 +++---
 src/doc/PdfFontMetricsFreetype.h   | 6 +++---
 src/doc/PdfFontMetricsObject.h     | 8 ++++----
 src/doc/PdfFontSimple.h            | 2 +-
 src/doc/PdfFontTTFSubset.h         | 2 +-
 src/doc/PdfFontTrueType.h          | 2 +-
 src/doc/PdfFontType1.h             | 2 +-
 src/doc/PdfFontType1Base14.h       | 2 +-
 src/doc/PdfFontType3.h             | 2 +-
 src/doc/PdfFunction.h              | 2 +-
 src/doc/PdfHintStream.h            | 4 ++--
 src/doc/PdfIdentityEncoding.h      | 6 +++---
 src/doc/PdfImage.h                 | 4 ++--
 src/doc/PdfInfo.h                  | 6 +++---
 src/doc/PdfMemDocument.h           | 6 +++---
 src/doc/PdfNamesTree.h             | 2 +-
 src/doc/PdfOutlines.h              | 2 +-
 src/doc/PdfPage.h                  | 8 ++++----
 src/doc/PdfPagesTree.h             | 4 ++--
 src/doc/PdfPagesTreeCache.h        | 2 +-
 src/doc/PdfPainter.h               | 6 +++---
 src/doc/PdfPainterMM.h             | 2 +-
 src/doc/PdfShadingPattern.h        | 4 ++--
 src/doc/PdfSignatureField.h        | 2 +-
 src/doc/PdfStreamedDocument.h      | 4 ++--
 src/doc/PdfTable.h                 | 8 ++++----
 src/doc/PdfTilingPattern.h         | 4 ++--
 src/doc/PdfXObject.h               | 8 ++++----
 49 files changed, 103 insertions(+), 103 deletions(-)

diff --git a/src/base/PdfExtension.h b/src/base/PdfExtension.h
index 71f2ea2..5b9d5c6 100644
--- a/src/base/PdfExtension.h
+++ b/src/base/PdfExtension.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_EXTENSION_H_
 #define _PDF_EXTENSION_H_
-#include "podofo/base/PdfDefines.h"
+#include "PdfDefines.h"
namespace PoDoFo { diff --git a/src/doc/PdfAcroForm.h b/src/doc/PdfAcroForm.h
index abac028..ff6a2ef 100644
--- a/src/doc/PdfAcroForm.h
+++ b/src/doc/PdfAcroForm.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_ACRO_FORM_H_
 #define _PDF_ACRO_FORM_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfAction.h b/src/doc/PdfAction.h
index 51dbaa8..de4f3dd 100644
--- a/src/doc/PdfAction.h
+++ b/src/doc/PdfAction.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_ACTION_H_
 #define _PDF_ACTION_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfAnnotation.h b/src/doc/PdfAnnotation.h
index 50e82a6..7aa1c6f 100644
--- a/src/doc/PdfAnnotation.h
+++ b/src/doc/PdfAnnotation.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_ANNOTATION_H_
 #define _PDF_ANNOTATION_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfAction.h"
 #include "PdfDestination.h"
 #include "PdfElement.h"
diff --git a/src/doc/PdfCMapEncoding.h b/src/doc/PdfCMapEncoding.h
index 72d2f06..08856bd 100644
--- a/src/doc/PdfCMapEncoding.h
+++ b/src/doc/PdfCMapEncoding.h
@@ -36,8 +36,8 @@
 #ifndef _PDF_CMAP_ENCODING_H
 #define _PDF_CMAP_ENCODING_H
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfEncoding.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfEncoding.h"
 #include "PdfElement.h"
diff --git a/src/doc/PdfContents.h b/src/doc/PdfContents.h
index 88af784..57c18c4 100644
--- a/src/doc/PdfContents.h
+++ b/src/doc/PdfContents.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_CONTENTS_H_
 #define _PDF_CONTENTS_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfDestination.h b/src/doc/PdfDestination.h
index f42a353..51d7ebd 100644
--- a/src/doc/PdfDestination.h
+++ b/src/doc/PdfDestination.h
@@ -34,11 +34,11 @@
 #ifndef _PDF_DESTINATION_H_
 #define _PDF_DESTINATION_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
-#include "podofo/base/PdfArray.h"
-#include "podofo/base/PdfRect.h"
-#include "podofo/base/PdfReference.h"
+#include "../base/PdfArray.h"
+#include "../base/PdfRect.h"
+#include "../base/PdfReference.h"
namespace PoDoFo { diff --git a/src/doc/PdfDifferenceEncoding.h b/src/doc/PdfDifferenceEncoding.h
index 6e3fc2d..70cd1d5 100644
--- a/src/doc/PdfDifferenceEncoding.h
+++ b/src/doc/PdfDifferenceEncoding.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_DIFFERENCE_ENCODING_H_
 #define _PDF_DIFFERENCE_ENCODING_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfEncoding.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfEncoding.h"
 #include "PdfElement.h"
#include <iterator>
diff --git a/src/doc/PdfDocument.h b/src/doc/PdfDocument.h
index b92459b..fc51985 100644
--- a/src/doc/PdfDocument.h
+++ b/src/doc/PdfDocument.h
@@ -34,11 +34,11 @@
 #ifndef _PDF_DOCUMENT_H_
 #define _PDF_DOCUMENT_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
-#include "podofo/base/PdfObject.h"
-#include "podofo/base/PdfParser.h"
-#include "podofo/base/PdfWriter.h"
+#include "../base/PdfObject.h"
+#include "../base/PdfParser.h"
+#include "../base/PdfWriter.h"
#include "PdfAcroForm.h"
 #include "PdfFontCache.h"
diff --git a/src/doc/PdfElement.h b/src/doc/PdfElement.h
index d7dcaf6..5c498cd 100644
--- a/src/doc/PdfElement.h
+++ b/src/doc/PdfElement.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_ELEMENT_H_
 #define _PDF_ELEMENT_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfObject.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfObject.h"
namespace PoDoFo { diff --git a/src/doc/PdfEncodingObjectFactory.h b/src/doc/PdfEncodingObjectFactory.h
index 37295ae..b69c692 100644
--- a/src/doc/PdfEncodingObjectFactory.h
+++ b/src/doc/PdfEncodingObjectFactory.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_ENCODING_OBJECT_FACTORY_H_
 #define _PDF_ENCODING_OBJECT_FACTORY_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
namespace PoDoFo { diff --git a/src/doc/PdfExtGState.h b/src/doc/PdfExtGState.h
index cc6a814..78896a9 100644
--- a/src/doc/PdfExtGState.h
+++ b/src/doc/PdfExtGState.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_EXTGSTATE_H_
 #define _PDF_EXTGSTATE_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfName.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfName.h"
#include "PdfElement.h" diff --git a/src/doc/PdfField.h b/src/doc/PdfField.h
index 3c5c0cc..a5669d0 100644
--- a/src/doc/PdfField.h
+++ b/src/doc/PdfField.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_FIELD_H_
 #define _PDF_FIELD_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfName.h"
-#include "podofo/base/PdfString.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfName.h"
+#include "../base/PdfString.h"
#include "PdfAnnotation.h" diff --git a/src/doc/PdfFileSpec.h b/src/doc/PdfFileSpec.h
index 2d20f55..3cad634 100644
--- a/src/doc/PdfFileSpec.h
+++ b/src/doc/PdfFileSpec.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_FILE_SPEC_H_
 #define _PDF_FILE_SPEC_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
-#include "podofo/base/PdfString.h"
+#include "../base/PdfString.h"
#include "PdfElement.h" diff --git a/src/doc/PdfFont.h b/src/doc/PdfFont.h
index 7895243..a766f46 100644
--- a/src/doc/PdfFont.h
+++ b/src/doc/PdfFont.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_FONT_H_
 #define _PDF_FONT_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfName.h"
-#include "podofo/base/PdfEncodingFactory.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfName.h"
+#include "../base/PdfEncodingFactory.h"
 #include "PdfElement.h"
 #include "PdfFontMetrics.h"
diff --git a/src/doc/PdfFontCID.h b/src/doc/PdfFontCID.h
index 7b1ce3a..6ee4df0 100644
--- a/src/doc/PdfFontCID.h
+++ b/src/doc/PdfFontCID.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_CID_H_
 #define _PDF_FONT_CID_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFont.h"
 #include <set>
diff --git a/src/doc/PdfFontCache.h b/src/doc/PdfFontCache.h
index 4cf4544..e8e44e2 100644
--- a/src/doc/PdfFontCache.h
+++ b/src/doc/PdfFontCache.h
@@ -34,10 +34,10 @@
 #ifndef _PDF_FONT_CACHE_H_
 #define _PDF_FONT_CACHE_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/Pdf3rdPtyForwardDecl.h"
-#include "podofo/base/PdfEncoding.h"
-#include "podofo/base/PdfEncodingFactory.h"
+#include "../base/PdfDefines.h"
+#include "../base/Pdf3rdPtyForwardDecl.h"
+#include "../base/PdfEncoding.h"
+#include "../base/PdfEncodingFactory.h"
#include "PdfFont.h"
 #include "PdfFontConfigWrapper.h"
diff --git a/src/doc/PdfFontConfigWrapper.h b/src/doc/PdfFontConfigWrapper.h
index 766427b..32a704a 100644
--- a/src/doc/PdfFontConfigWrapper.h
+++ b/src/doc/PdfFontConfigWrapper.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_FONT_CONFIG_WRAPPER_H_
 #define _PDF_FONT_CONFIG_WRAPPER_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/Pdf3rdPtyForwardDecl.h"
-#include "podofo/base/util/PdfMutex.h"
+#include "../base/PdfDefines.h"
+#include "../base/Pdf3rdPtyForwardDecl.h"
+#include "../base/util/PdfMutex.h"
namespace PoDoFo { diff --git a/src/doc/PdfFontFactory.h b/src/doc/PdfFontFactory.h
index 471eb07..4fc605a 100644
--- a/src/doc/PdfFontFactory.h
+++ b/src/doc/PdfFontFactory.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_FACTORY_H_
 #define _PDF_FONT_FACTORY_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFont.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontFactoryBase14Data.h 
b/src/doc/PdfFontFactoryBase14Data.h
index d2a6eb8..c97c59e 100644
--- a/src/doc/PdfFontFactoryBase14Data.h
+++ b/src/doc/PdfFontFactoryBase14Data.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_FONT_FACTORY_BASE14_DATA_H_
 #define _PDF_FONT_FACTORY_BASE14_DATA_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfRect.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfRect.h"
 #include "PdfFontMetricsBase14.h"
/*
diff --git a/src/doc/PdfFontMetrics.h b/src/doc/PdfFontMetrics.h
index 56433e0..b3f082e 100644
--- a/src/doc/PdfFontMetrics.h
+++ b/src/doc/PdfFontMetrics.h
@@ -34,10 +34,10 @@
 #ifndef _PDF_FONT_METRICS_H_
 #define _PDF_FONT_METRICS_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/Pdf3rdPtyForwardDecl.h"
-#include "podofo/base/PdfString.h"
-#include "podofo/base/PdfEncoding.h"
+#include "../base/PdfDefines.h"
+#include "../base/Pdf3rdPtyForwardDecl.h"
+#include "../base/PdfString.h"
+#include "../base/PdfEncoding.h"
namespace PoDoFo { diff --git a/src/doc/PdfFontMetricsBase14.h b/src/doc/PdfFontMetricsBase14.h
index bab4694..6200f68 100644
--- a/src/doc/PdfFontMetricsBase14.h
+++ b/src/doc/PdfFontMetricsBase14.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_FONT_METRICS_BASE14_H_
 #define _PDF_FONT_METRICS_BASE14_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfRect.h"
-#include "podofo/base/PdfVariant.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfRect.h"
+#include "../base/PdfVariant.h"
#include "PdfFontMetrics.h" diff --git a/src/doc/PdfFontMetricsFreetype.h b/src/doc/PdfFontMetricsFreetype.h
index 9e8c2d9..deaca7a 100644
--- a/src/doc/PdfFontMetricsFreetype.h
+++ b/src/doc/PdfFontMetricsFreetype.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_FONT_METRICS_FREETYPE_H_
 #define _PDF_FONT_METRICS_FREETYPE_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/Pdf3rdPtyForwardDecl.h"
-#include "podofo/base/PdfString.h"
+#include "../base/PdfDefines.h"
+#include "../base/Pdf3rdPtyForwardDecl.h"
+#include "../base/PdfString.h"
 #include "PdfFontMetrics.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontMetricsObject.h b/src/doc/PdfFontMetricsObject.h
index 4864cbe..2ab250c 100644
--- a/src/doc/PdfFontMetricsObject.h
+++ b/src/doc/PdfFontMetricsObject.h
@@ -34,10 +34,10 @@
 #ifndef _PDF_FONT_METRICS_OBJECT_H_
 #define _PDF_FONT_METRICS_OBJECT_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfArray.h"
-#include "podofo/base/PdfName.h"
-#include "podofo/base/PdfString.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfArray.h"
+#include "../base/PdfName.h"
+#include "../base/PdfString.h"
 #include "PdfFontMetrics.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontSimple.h b/src/doc/PdfFontSimple.h
index 97dd33e..4152961 100644
--- a/src/doc/PdfFontSimple.h
+++ b/src/doc/PdfFontSimple.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_SIMPLE_H_
 #define _PDF_FONT_SIMPLE_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFont.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontTTFSubset.h b/src/doc/PdfFontTTFSubset.h
index 626eece..392b71a 100644
--- a/src/doc/PdfFontTTFSubset.h
+++ b/src/doc/PdfFontTTFSubset.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_TTF_SUBSET_H_
 #define _PDF_FONT_TTF_SUBSET_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFontMetrics.h"
#include <string>
diff --git a/src/doc/PdfFontTrueType.h b/src/doc/PdfFontTrueType.h
index 2342eb7..154f29a 100644
--- a/src/doc/PdfFontTrueType.h
+++ b/src/doc/PdfFontTrueType.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_TRUE_TYPE_H_
 #define _PDF_FONT_TRUE_TYPE_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFontSimple.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontType1.h b/src/doc/PdfFontType1.h
index 86ba2d4..08068ca 100644
--- a/src/doc/PdfFontType1.h
+++ b/src/doc/PdfFontType1.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_TYPE1_H_
 #define _PDF_FONT_TYPE1_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFontSimple.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontType1Base14.h b/src/doc/PdfFontType1Base14.h
index 43d9717..0634ae6 100644
--- a/src/doc/PdfFontType1Base14.h
+++ b/src/doc/PdfFontType1Base14.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_TYPE1_BASE14_H_
 #define _PDF_FONT_TYPE1_BASE14_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFontSimple.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFontType3.h b/src/doc/PdfFontType3.h
index 2df3fd5..e2c12a6 100644
--- a/src/doc/PdfFontType3.h
+++ b/src/doc/PdfFontType3.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FONT_TYPE3_H_
 #define _PDF_FONT_TYPE3_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfFontSimple.h"
namespace PoDoFo {
diff --git a/src/doc/PdfFunction.h b/src/doc/PdfFunction.h
index e47ec22..b0e1aaa 100644
--- a/src/doc/PdfFunction.h
+++ b/src/doc/PdfFunction.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_FUNCTION_H_
 #define _PDF_FUNCTION_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfElement.h"
#include <list>
diff --git a/src/doc/PdfHintStream.h b/src/doc/PdfHintStream.h
index 28518ac..54e13bc 100644
--- a/src/doc/PdfHintStream.h
+++ b/src/doc/PdfHintStream.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_HINT_STREAM_H_
 #define _PDF_HINT_STREAM_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfWriter.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfWriter.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfIdentityEncoding.h b/src/doc/PdfIdentityEncoding.h
index 06af7bb..e877f40 100644
--- a/src/doc/PdfIdentityEncoding.h
+++ b/src/doc/PdfIdentityEncoding.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_IDENTITY_ENCODING_H_
 #define _PDF_IDENTITY_ENCODING_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfEncoding.h"
-#include "podofo/base/PdfObject.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfEncoding.h"
+#include "../base/PdfObject.h"
namespace PoDoFo { diff --git a/src/doc/PdfImage.h b/src/doc/PdfImage.h
index 2fb9dc3..a71a5dd 100644
--- a/src/doc/PdfImage.h
+++ b/src/doc/PdfImage.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_IMAGE_H_
 #define _PDF_IMAGE_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfFilter.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfFilter.h"
 #include "PdfXObject.h"
namespace PoDoFo {
diff --git a/src/doc/PdfInfo.h b/src/doc/PdfInfo.h
index 96be2ef..d43973a 100644
--- a/src/doc/PdfInfo.h
+++ b/src/doc/PdfInfo.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_INFO_H_
 #define _PDF_INFO_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfName.h"
-#include "podofo/base/PdfDate.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfName.h"
+#include "../base/PdfDate.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfMemDocument.h b/src/doc/PdfMemDocument.h
index f7baa4b..c53d5cc 100644
--- a/src/doc/PdfMemDocument.h
+++ b/src/doc/PdfMemDocument.h
@@ -34,9 +34,9 @@
 #ifndef _PDF_MEM_DOCUMENT_H_
 #define _PDF_MEM_DOCUMENT_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfObject.h"
-#include "podofo/base/PdfExtension.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfObject.h"
+#include "../base/PdfExtension.h"
#include "PdfDocument.h"
 #include "PdfFontCache.h"
diff --git a/src/doc/PdfNamesTree.h b/src/doc/PdfNamesTree.h
index 27a1f74..30acebf 100644
--- a/src/doc/PdfNamesTree.h
+++ b/src/doc/PdfNamesTree.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_NAMES_TREE_H_
 #define _PDF_NAMES_TREE_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfOutlines.h b/src/doc/PdfOutlines.h
index 3805692..eda8971 100644
--- a/src/doc/PdfOutlines.h
+++ b/src/doc/PdfOutlines.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_OUTLINE_H_
 #define _PDF_OUTLINE_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfPage.h b/src/doc/PdfPage.h
index d809cee..fe04869 100644
--- a/src/doc/PdfPage.h
+++ b/src/doc/PdfPage.h
@@ -34,11 +34,11 @@
 #ifndef _PDF_PAGE_H_
 #define _PDF_PAGE_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
-#include "podofo/base/PdfArray.h"
-#include "podofo/base/PdfCanvas.h"
-#include "podofo/base/PdfRect.h"
+#include "../base/PdfArray.h"
+#include "../base/PdfCanvas.h"
+#include "../base/PdfRect.h"
#include "PdfAnnotation.h"
 #include "PdfContents.h"
diff --git a/src/doc/PdfPagesTree.h b/src/doc/PdfPagesTree.h
index fa47692..6a3198f 100644
--- a/src/doc/PdfPagesTree.h
+++ b/src/doc/PdfPagesTree.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_PAGES_TREE_H_
 #define _PDF_PAGES_TREE_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfArray.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfArray.h"
#include "PdfElement.h"
 #include "PdfPagesTreeCache.h"
diff --git a/src/doc/PdfPagesTreeCache.h b/src/doc/PdfPagesTreeCache.h
index e45e713..e1131b9 100644
--- a/src/doc/PdfPagesTreeCache.h
+++ b/src/doc/PdfPagesTreeCache.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_PAGES_TREE_CACHE_H_
 #define _PDF_PAGES_TREE_CACHE_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
namespace PoDoFo { diff --git a/src/doc/PdfPainter.h b/src/doc/PdfPainter.h
index d005a60..47e5a40 100644
--- a/src/doc/PdfPainter.h
+++ b/src/doc/PdfPainter.h
@@ -34,10 +34,10 @@
 #ifndef _PDF_PAINTER_H_
 #define _PDF_PAINTER_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
-#include "podofo/base/PdfRect.h"
-#include "podofo/base/PdfColor.h"
+#include "../base/PdfRect.h"
+#include "../base/PdfColor.h"
#include <sstream> diff --git a/src/doc/PdfPainterMM.h b/src/doc/PdfPainterMM.h
index 6ca0f43..10854bb 100644
--- a/src/doc/PdfPainterMM.h
+++ b/src/doc/PdfPainterMM.h
@@ -34,7 +34,7 @@
 #ifndef _PDF_PAINTER_MM_H_
 #define _PDF_PAINTER_MM_H_
-#include "podofo/base/PdfDefines.h"
+#include "../base/PdfDefines.h"
 #include "PdfPainter.h"
namespace PoDoFo {
diff --git a/src/doc/PdfShadingPattern.h b/src/doc/PdfShadingPattern.h
index d104a59..4f0b7c5 100644
--- a/src/doc/PdfShadingPattern.h
+++ b/src/doc/PdfShadingPattern.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_SHADING_PATTERN_H_
 #define _PDF_SHADING_PATTERN_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfName.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfName.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfSignatureField.h b/src/doc/PdfSignatureField.h
index 7616c72..f24087e 100644
--- a/src/doc/PdfSignatureField.h
+++ b/src/doc/PdfSignatureField.h
@@ -37,7 +37,7 @@
#include "PdfAnnotation.h"
 #include "PdfField.h"
-#include "podofo/base/PdfDate.h"
+#include "../base/PdfDate.h"
namespace PoDoFo { diff --git a/src/doc/PdfStreamedDocument.h b/src/doc/PdfStreamedDocument.h
index 0e959b4..96f8682 100644
--- a/src/doc/PdfStreamedDocument.h
+++ b/src/doc/PdfStreamedDocument.h
@@ -34,8 +34,8 @@
 #ifndef _PDF_STREAMED_DOCUMENT_H_
 #define _PDF_STREAMED_DOCUMENT_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfImmediateWriter.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfImmediateWriter.h"
#include "PdfDocument.h" diff --git a/src/doc/PdfTable.h b/src/doc/PdfTable.h
index ddd2cc8..3db32e1 100644
--- a/src/doc/PdfTable.h
+++ b/src/doc/PdfTable.h
@@ -34,10 +34,10 @@
 #ifndef _PDF_TABLE_H_
 #define _PDF_TABLE_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfColor.h"
-#include "podofo/base/PdfRect.h"
-#include "podofo/base/PdfString.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfColor.h"
+#include "../base/PdfRect.h"
+#include "../base/PdfString.h"
#include <string.h> diff --git a/src/doc/PdfTilingPattern.h b/src/doc/PdfTilingPattern.h
index cba70e8..4477c7c 100644
--- a/src/doc/PdfTilingPattern.h
+++ b/src/doc/PdfTilingPattern.h
@@ -21,8 +21,8 @@
 #ifndef _PDF_TILING_PATTERN_H_
 #define _PDF_TILING_PATTERN_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfName.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfName.h"
 #include "PdfElement.h"
namespace PoDoFo {
diff --git a/src/doc/PdfXObject.h b/src/doc/PdfXObject.h
index 9c65378..8bcc841 100644
--- a/src/doc/PdfXObject.h
+++ b/src/doc/PdfXObject.h
@@ -34,10 +34,10 @@
 #ifndef _PDF_XOBJECT_H_
 #define _PDF_XOBJECT_H_
-#include "podofo/base/PdfDefines.h"
-#include "podofo/base/PdfArray.h"
-#include "podofo/base/PdfCanvas.h"
-#include "podofo/base/PdfRect.h"
+#include "../base/PdfDefines.h"
+#include "../base/PdfArray.h"
+#include "../base/PdfCanvas.h"
+#include "../base/PdfRect.h"
#include "PdfElement.h" --
2.16.1.windows.1


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to