[poppler] Branch 'poppler-0.18' - poppler/Page.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Oct 17 04:41:50 PDT 2011
poppler/Page.cc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit d87450db448502ce0c58f7a51e6af18e0865d3ac
Author: Albert Astals Cid <aacid at kde.org>
Date: Mon Oct 17 13:42:06 2011 +0200
remove useless #if
(cherry picked from commit e71088dc5087303b1ae5f3e72af287ec4e0a1342)
diff --git a/poppler/Page.cc b/poppler/Page.cc
index 6c0d8c2..9bae123 100644
--- a/poppler/Page.cc
+++ b/poppler/Page.cc
@@ -15,7 +15,7 @@
//
// Copyright (C) 2005 Kristian Høgsberg <krh at redhat.com>
// Copyright (C) 2005 Jeff Muizelaar <jeff at infidigm.net>
-// Copyright (C) 2005-2010 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2005-2011 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2006-2008 Pino Toscano <pino at kde.org>
// Copyright (C) 2006 Nickolay V. Shmyrev <nshmyrev at yandex.ru>
// Copyright (C) 2006 Scott Turner <scotty1024 at mac.com>
@@ -45,13 +45,11 @@
#include "XRef.h"
#include "Link.h"
#include "OutputDev.h"
-#ifndef PDF_PARSER_ONLY
#include "Gfx.h"
#include "GfxState.h"
#include "Annot.h"
#include "TextOutputDev.h"
#include "Form.h"
-#endif
#include "Error.h"
#include "Page.h"
#include "Catalog.h"
More information about the poppler
mailing list