[poppler] poppler/poppler: FontInfo.cc,1.7,1.8
Kristian Høgsberg
krh at freedesktop.org
Mon Jan 23 07:40:56 PST 2006
Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv30093/poppler
Modified Files:
FontInfo.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: FontInfo.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/FontInfo.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- FontInfo.cc 18 Jan 2006 22:32:13 -0000 1.7
+++ FontInfo.cc 23 Jan 2006 15:40:54 -0000 1.8
@@ -1,3 +1,4 @@
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
@@ -10,7 +11,6 @@
#include "GfxFont.h"
#include "Annot.h"
#include "PDFDoc.h"
-#include "config.h"
#include "FontInfo.h"
#include "UGooString.h"
More information about the poppler
mailing list