[poppler] poppler/PreScanOutputDev.h poppler/SecurityHandler.h

Albert Astals Cid aacid at kemper.freedesktop.org
Tue Aug 19 10:25:05 PDT 2008


 poppler/PreScanOutputDev.h |    2 +-
 poppler/SecurityHandler.h  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d3110e392097db54e9ee59300213e490dee39126
Author: Albert Astals Cid <aacid at kde.org>
Date:   Tue Aug 19 19:19:09 2008 +0200

    Fix include so it can be used in the unsupported way of installing internal poppler/ headers
    
    Notified by Caolan McNamara <caolanm at redhat.com>

diff --git a/poppler/PreScanOutputDev.h b/poppler/PreScanOutputDev.h
index e7fa6d4..8a2e2ef 100644
--- a/poppler/PreScanOutputDev.h
+++ b/poppler/PreScanOutputDev.h
@@ -13,7 +13,7 @@
 #pragma interface
 #endif
 
-#include "gtypes.h"
+#include "goo/gtypes.h"
 #include "GfxState.h"
 #include "OutputDev.h"
 
diff --git a/poppler/SecurityHandler.h b/poppler/SecurityHandler.h
index 580dba8..5278a6c 100644
--- a/poppler/SecurityHandler.h
+++ b/poppler/SecurityHandler.h
@@ -15,7 +15,7 @@
 #pragma interface
 #endif
 
-#include "gtypes.h"
+#include "goo/gtypes.h"
 #include "Object.h"
 
 class GooString;


More information about the poppler mailing list