[poppler] Branch 'poppler-0.12' - goo/FixedPoint.h goo/gmem.h poppler/OutputDev.h poppler/PageLabelInfo.h poppler/PSOutputDev.h utils/ImageOutputDev.h

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Oct 4 15:56:49 PDT 2009


 goo/FixedPoint.h        |    2 +-
 goo/gmem.h              |    2 +-
 poppler/OutputDev.h     |    2 +-
 poppler/PSOutputDev.h   |    2 +-
 poppler/PageLabelInfo.h |    2 +-
 utils/ImageOutputDev.h  |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit df5b37cfb38c86111d6393cc5401719c3b510734
Author: Albert Astals Cid <aacid at kde.org>
Date:   Mon Oct 5 00:55:55 2009 +0200

    Fix includes for those using internal headers

diff --git a/goo/FixedPoint.h b/goo/FixedPoint.h
index babcb81..08936bc 100644
--- a/goo/FixedPoint.h
+++ b/goo/FixedPoint.h
@@ -11,7 +11,7 @@
 #ifndef FIXEDPOINT_H
 #define FIXEDPOINT_H
 
-#include <poppler/poppler-config.h>
+#include "poppler/poppler-config.h"
 
 #if USE_FIXEDPOINT
 
diff --git a/goo/gmem.h b/goo/gmem.h
index 0c16b01..ea75fb9 100644
--- a/goo/gmem.h
+++ b/goo/gmem.h
@@ -26,7 +26,7 @@
 #define GMEM_H
 
 #include <stdio.h>
-#include <poppler/poppler-config.h>
+#include "poppler/poppler-config.h"
 
 #if USE_EXCEPTIONS
 
diff --git a/poppler/OutputDev.h b/poppler/OutputDev.h
index 4f98b81..0e031f4 100644
--- a/poppler/OutputDev.h
+++ b/poppler/OutputDev.h
@@ -33,7 +33,7 @@
 #pragma interface
 #endif
 
-#include <poppler-config.h>
+#include "poppler-config.h"
 #include "goo/gtypes.h"
 #include "CharTypes.h"
 
diff --git a/poppler/PSOutputDev.h b/poppler/PSOutputDev.h
index d364777..38c838c 100644
--- a/poppler/PSOutputDev.h
+++ b/poppler/PSOutputDev.h
@@ -34,7 +34,7 @@
 #pragma interface
 #endif
 
-#include <poppler-config.h>
+#include "poppler-config.h"
 #include <stddef.h>
 #include "Object.h"
 #include "GfxState.h"
diff --git a/poppler/PageLabelInfo.h b/poppler/PageLabelInfo.h
index 8ca0c0e..960e710 100644
--- a/poppler/PageLabelInfo.h
+++ b/poppler/PageLabelInfo.h
@@ -19,7 +19,7 @@
 #include "goo/gtypes.h"
 #include "goo/GooList.h"
 #include "goo/GooString.h"
-#include <Object.h>
+#include "Object.h"
 
 class PageLabelInfo {
 public:
diff --git a/utils/ImageOutputDev.h b/utils/ImageOutputDev.h
index eb56a36..f2beab2 100644
--- a/utils/ImageOutputDev.h
+++ b/utils/ImageOutputDev.h
@@ -25,7 +25,7 @@
 #ifndef IMAGEOUTPUTDEV_H
 #define IMAGEOUTPUTDEV_H
 
-#include <poppler/poppler-config.h>
+#include "poppler/poppler-config.h"
 
 #ifdef USE_GCC_PRAGMAS
 #pragma interface


More information about the poppler mailing list