poppler/ArthurOutputDev.cc | 3 +-- poppler/CairoFontEngine.cc | 3 +-- poppler/CairoOutputDev.cc | 3 +-- poppler/SplashOutputDev.cc | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-)
New commits: commit 71104f1ec55d3be999afaa1b62405454b31066a9 Author: Albert Astals Cid <[email protected]> Date: Thu Feb 23 19:34:57 2012 +0100 Remove unneded CharCodeToUnicode includes diff --git a/poppler/ArthurOutputDev.cc b/poppler/ArthurOutputDev.cc index d373d0b..a1cb89d 100644 --- a/poppler/ArthurOutputDev.cc +++ b/poppler/ArthurOutputDev.cc @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2005 Brad Hards <[email protected]> -// Copyright (C) 2005-2009, 2011 Albert Astals Cid <[email protected]> +// Copyright (C) 2005-2009, 2011, 2012 Albert Astals Cid <[email protected]> // Copyright (C) 2008, 2010 Pino Toscano <[email protected]> // Copyright (C) 2009, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2009 Petr Gajdos <[email protected]> @@ -42,7 +42,6 @@ #include "GfxState.h" #include "GfxFont.h" #include "Link.h" -#include "CharCodeToUnicode.h" #include "FontEncodingTables.h" #include <fofi/FoFiTrueType.h> #include "ArthurOutputDev.h" diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc index c9d2d0c..2ad87e0 100644 --- a/poppler/CairoFontEngine.cc +++ b/poppler/CairoFontEngine.cc @@ -17,7 +17,7 @@ // Copyright (C) 2005-2007 Jeff Muizelaar <[email protected]> // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> // Copyright (C) 2005 Martin Kretzschmar <[email protected]> -// Copyright (C) 2005, 2009 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2009, 2012 Albert Astals Cid <[email protected]> // Copyright (C) 2006, 2007, 2010, 2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2007 Koji Otani <[email protected]> // Copyright (C) 2008, 2009 Chris Wilson <[email protected]> @@ -37,7 +37,6 @@ #include <string.h> #include "CairoFontEngine.h" #include "CairoOutputDev.h" -#include "CharCodeToUnicode.h" #include "GlobalParams.h" #include <fofi/FoFiTrueType.h> #include <fofi/FoFiType1C.h> diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc index 5dc8639..bc5d3a6 100644 --- a/poppler/CairoOutputDev.cc +++ b/poppler/CairoOutputDev.cc @@ -16,7 +16,7 @@ // // Copyright (C) 2005-2008 Jeff Muizelaar <[email protected]> // Copyright (C) 2005, 2006 Kristian Høgsberg <[email protected]> -// Copyright (C) 2005, 2009 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2009, 2012 Albert Astals Cid <[email protected]> // Copyright (C) 2005 Nickolay V. Shmyrev <[email protected]> // Copyright (C) 2006-2011 Carlos Garcia Campos <[email protected]> // Copyright (C) 2008 Carl Worth <[email protected]> @@ -53,7 +53,6 @@ #include "GfxFont.h" #include "Page.h" #include "Link.h" -#include "CharCodeToUnicode.h" #include "FontEncodingTables.h" #include "PDFDocEncoding.h" #include <fofi/FoFiTrueType.h> diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc index ae35106..88b53ab 100644 --- a/poppler/SplashOutputDev.cc +++ b/poppler/SplashOutputDev.cc @@ -15,7 +15,7 @@ // // Copyright (C) 2005 Takashi Iwai <[email protected]> // Copyright (C) 2006 Stefan Schweizer <[email protected]> -// Copyright (C) 2006-2011 Albert Astals Cid <[email protected]> +// Copyright (C) 2006-2012 Albert Astals Cid <[email protected]> // Copyright (C) 2006 Krzysztof Kowalczyk <[email protected]> // Copyright (C) 2006 Scott Turner <[email protected]> // Copyright (C) 2007 Koji Otani <[email protected]> @@ -53,7 +53,6 @@ #include "Page.h" #include "PDFDoc.h" #include "Link.h" -#include "CharCodeToUnicode.h" #include "FontEncodingTables.h" #include "fofi/FoFiTrueType.h" #include "splash/SplashBitmap.h"
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
