diff options
author | Albert Astals Cid <aacid@kde.org> | 2013-01-19 18:13:33 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2013-01-19 18:13:33 +0100 |
commit | a5adb6738e1e191c64457e0c07ee2e3422a042dd (patch) | |
tree | 983603acc314761f64c9a7cc1ebcfd2231c81d4b | |
parent | 8eb489c355d734a72e140ce7e32470d048362499 (diff) |
Don't use config.h but poppler-config.h
That was already included but i forgot to kill the other one
-rw-r--r-- | poppler/XRef.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poppler/XRef.h b/poppler/XRef.h index cbef85b0..8cb587ca 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@frogmouth.net> -// Copyright (C) 2006, 2008, 2010-2012 Albert Astals Cid <aacid@kde.org> +// Copyright (C) 2006, 2008, 2010-2013 Albert Astals Cid <aacid@kde.org> // Copyright (C) 2007-2008 Julien Rebetez <julienr@svn.gnome.org> // Copyright (C) 2007 Carlos Garcia Campos <carlosgc@gnome.org> // Copyright (C) 2010 Ilya Gorenbein <igorenbein@finjan.com> @@ -34,7 +34,6 @@ #pragma interface #endif -#include <config.h> #include "poppler-config.h" #include "goo/gtypes.h" #include "goo/GooMutex.h" |