summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2016-12-07 22:52:24 +0100
committerAlbert Astals Cid <aacid@kde.org>2016-12-07 22:52:24 +0100
commit97b801b55b9bd33f20723c7139cf845a1cba5bd3 (patch)
tree3ada0cef730eda6e99c7fc2211711302970bb163
parent7ac94c8f552f0db13334d4d014cfdb54de72c451 (diff)
Remove useless include
-rw-r--r--utils/pdftohtml.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 8244bbc1..4b8bd4fa 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 <aacid@kde.org>
+// Copyright (C) 2007-2008, 2010, 2012, 2015, 2016 Albert Astals Cid <aacid@kde.org>
// Copyright (C) 2010 Hib Eris <hib@hiberis.nl>
// Copyright (C) 2010 Mike Slegeir <tehpola@yahoo.com>
// Copyright (C) 2010, 2013 Suzuki Toshiya <mpsuzuki@hiroshima-u.ac.jp>
@@ -58,7 +58,6 @@
#include "SplashOutputDev.h"
#include "splash/SplashBitmap.h"
#endif
-#include "PSOutputDev.h"
#include "GlobalParams.h"
#include "PDFDocEncoding.h"
#include "Error.h"