[poppler] poppler/XRef.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Sat Jan 19 09:17:31 PST 2013
poppler/XRef.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit a5adb6738e1e191c64457e0c07ee2e3422a042dd
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Jan 19 18:13:33 2013 +0100
Don't use config.h but poppler-config.h
That was already included but i forgot to kill the other one
diff --git a/poppler/XRef.h b/poppler/XRef.h
index cbef85b..8cb587c 100644
--- a/poppler/XRef.h
+++ b/poppler/XRef.h
@@ -14,7 +14,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2005 Brad Hards <bradh at frogmouth.net>
-// Copyright (C) 2006, 2008, 2010-2012 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2006, 2008, 2010-2013 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2007-2008 Julien Rebetez <julienr at svn.gnome.org>
// Copyright (C) 2007 Carlos Garcia Campos <carlosgc at gnome.org>
// Copyright (C) 2010 Ilya Gorenbein <igorenbein at finjan.com>
@@ -34,7 +34,6 @@
#pragma interface
#endif
-#include <config.h>
#include "poppler-config.h"
#include "goo/gtypes.h"
#include "goo/GooMutex.h"
More information about the poppler
mailing list