summaryrefslogtreecommitdiff
path: root/goo/JpegWriter.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-07-11 14:57:33 +0100
committerAlbert Astals Cid <aacid@kde.org>2011-07-11 14:57:33 +0100
commita8fca630d592941c033ca6a380bf46b6e733a748 (patch)
tree1798a2ab2c88817dcb4dbe8d455530e3646139e3 /goo/JpegWriter.h
parent214322f3c66a9aad4e2a46f6e305a3dacaa4f8b1 (diff)
Sanitize headers a big
* Remove includes to config.h as that file does not exist * Add to poppler-config.h all the defines we define in the configure/cmake process and are used in headers * Include poppker-config.h where needed
Diffstat (limited to 'goo/JpegWriter.h')
-rw-r--r--goo/JpegWriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/goo/JpegWriter.h b/goo/JpegWriter.h
index 1f7a7387..cd2a0357 100644
--- a/goo/JpegWriter.h
+++ b/goo/JpegWriter.h
@@ -9,13 +9,14 @@
// Copyright (C) 2010 Jürg Billeter <j@bitron.ch>
// Copyright (C) 2010 Harry Roberts <harry.roberts@midnight-labs.org>
// Copyright (C) 2010 Brian Cameron <brian.cameron@oracle.com>
+// Copyright (C) 2011 Albert Astals Cid <aacid@kde.org>
//
//========================================================================
#ifndef JPEGWRITER_H
#define JPEGWRITER_H
-#include <config.h>
+#include "poppler/poppler-config.h"
#ifdef ENABLE_LIBJPEG