utils/pdftohtml.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 97b801b55b9bd33f20723c7139cf845a1cba5bd3 Author: Albert Astals Cid <[email protected]> Date: Wed Dec 7 22:52:24 2016 +0100 Remove useless include diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc index 8244bbc..4b8bd4f 100644 --- a/utils/pdftohtml.cc +++ b/utils/pdftohtml.cc @@ -13,7 +13,7 @@ // All changes made under the Poppler project to this file are licensed // under GPL version 2 or later // -// Copyright (C) 2007-2008, 2010, 2012, 2015 Albert Astals Cid <[email protected]> +// Copyright (C) 2007-2008, 2010, 2012, 2015, 2016 Albert Astals Cid <[email protected]> // Copyright (C) 2010 Hib Eris <[email protected]> // Copyright (C) 2010 Mike Slegeir <[email protected]> // Copyright (C) 2010, 2013 Suzuki Toshiya <[email protected]> @@ -58,7 +58,6 @@ #include "SplashOutputDev.h" #include "splash/SplashBitmap.h" #endif -#include "PSOutputDev.h" #include "GlobalParams.h" #include "PDFDocEncoding.h" #include "Error.h" _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
