[poppler] poppler/utils: HtmlOutputDev.cc, 1.3,
1.4 ImageOutputDev.cc, 1.2, 1.3 pdffonts.cc, 1.2,
1.3 pdfimages.cc, 1.1, 1.2 pdfinfo.cc, 1.2, 1.3 pdftohtml.cc,
1.2, 1.3 pdftoppm.cc, 1.1, 1.2 pdftops.cc, 1.1,
1.2 pdftotext.cc, 1.2, 1.3
Kristian Høgsberg
krh at freedesktop.org
Mon Jan 23 07:40:57 PST 2006
Update of /cvs/poppler/poppler/utils
In directory gabe:/tmp/cvs-serv30093/utils
Modified Files:
HtmlOutputDev.cc ImageOutputDev.cc pdffonts.cc pdfimages.cc
pdfinfo.cc pdftohtml.cc pdftoppm.cc pdftops.cc pdftotext.cc
Log Message:
2006-01-23 Kristian Høgsberg <krh at redhat.com>
* glib/test-poppler-glib.c (print_document_info, print_index):
Move variable declarations to top (#5692).
* utils/*.cc: Move config.h #include to top of #include's (#5693).
Index: HtmlOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/HtmlOutputDev.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- HtmlOutputDev.cc 18 Jan 2006 22:32:13 -0000 1.3
+++ HtmlOutputDev.cc 23 Jan 2006 15:40:54 -0000 1.4
@@ -14,6 +14,7 @@
#pragma implementation
#endif
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
@@ -24,7 +25,6 @@
#include "goo/GooList.h"
#include "UnicodeMap.h"
#include "goo/gmem.h"
-#include "config.h"
#include "Error.h"
#include "GfxState.h"
#ifdef ENABLE_LIBJPEG
Index: ImageOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/ImageOutputDev.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ImageOutputDev.cc 30 Dec 2005 21:59:58 -0000 1.2
+++ ImageOutputDev.cc 23 Jan 2006 15:40:54 -0000 1.3
@@ -6,6 +6,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#ifdef USE_GCC_PRAGMAS
@@ -17,7 +18,6 @@
#include <stddef.h>
#include <ctype.h>
#include "goo/gmem.h"
-#include "config.h"
#include "Error.h"
#include "GfxState.h"
#include "Object.h"
Index: pdffonts.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdffonts.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdffonts.cc 18 Jan 2006 22:32:13 -0000 1.2
+++ pdffonts.cc 23 Jan 2006 15:40:54 -0000 1.3
@@ -6,6 +6,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -22,7 +23,6 @@
#include "GfxFont.h"
#include "Annot.h"
#include "PDFDoc.h"
-#include "config.h"
#include "UGooString.h"
static char *fontTypeNames[] = {
Index: pdfimages.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdfimages.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdfimages.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdfimages.cc 23 Jan 2006 15:40:54 -0000 1.2
@@ -8,6 +8,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -27,7 +28,6 @@
#include "PDFDoc.h"
#include "ImageOutputDev.h"
#include "Error.h"
-#include "config.h"
static int firstPage = 1;
static int lastPage = 0;
Index: pdfinfo.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdfinfo.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdfinfo.cc 18 Jan 2006 22:32:13 -0000 1.2
+++ pdfinfo.cc 23 Jan 2006 15:40:54 -0000 1.3
@@ -6,6 +6,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -29,7 +30,6 @@
#include "UnicodeMap.h"
#include "Error.h"
#include "UGooString.h"
-#include "config.h"
static void printInfoString(Dict *infoDict, char *key, char *text,
UnicodeMap *uMap);
Index: pdftohtml.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftohtml.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdftohtml.cc 18 Jan 2006 22:32:13 -0000 1.2
+++ pdftohtml.cc 23 Jan 2006 15:40:54 -0000 1.3
@@ -6,12 +6,13 @@
// Copyright 1999-2000 G. Ovtcharov
//========================================================================
+#include "config.h"
+#include <poppler-config.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <dirent.h>
-#include <poppler-config.h>
#include <time.h>
#include "parseargs.h"
#include "goo/GooString.h"
@@ -29,7 +30,6 @@
#include "GlobalParams.h"
#include "Error.h"
#include "UGooString.h"
-#include "config.h"
#include "goo/gfile.h"
#ifndef GHOSTSCRIPT
Index: pdftoppm.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftoppm.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdftoppm.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdftoppm.cc 23 Jan 2006 15:40:54 -0000 1.2
@@ -6,6 +6,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#include <stdio.h>
#include "parseargs.h"
@@ -17,7 +18,6 @@
#include "splash/SplashBitmap.h"
#include "splash/Splash.h"
#include "SplashOutputDev.h"
-#include "config.h"
static int firstPage = 1;
static int lastPage = 0;
Index: pdftops.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftops.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pdftops.cc 12 Dec 2005 20:15:11 -0000 1.1
+++ pdftops.cc 23 Jan 2006 15:40:54 -0000 1.2
@@ -8,6 +8,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -27,7 +28,6 @@
#include "PDFDoc.h"
#include "PSOutputDev.h"
#include "Error.h"
-#include "config.h"
static int firstPage = 1;
static int lastPage = 0;
Index: pdftotext.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftotext.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdftotext.cc 18 Jan 2006 22:32:13 -0000 1.2
+++ pdftotext.cc 23 Jan 2006 15:40:54 -0000 1.3
@@ -8,6 +8,7 @@
//
//========================================================================
+#include "config.h"
#include <poppler-config.h>
#include <stdio.h>
#include <stdlib.h>
@@ -30,7 +31,6 @@
#include "UnicodeMap.h"
#include "Error.h"
#include "UGooString.h"
-#include "config.h"
static void printInfoString(FILE *f, Dict *infoDict, char *key,
char *text1, char *text2, UnicodeMap *uMap);
More information about the poppler
mailing list