Commit 7b3fff15a9042b09965de27ee691080b0e71817b

Authored by Jay Berkenbilt
1 parent 2994f9cf

QPDF.cc: remove unused includes

Showing 1 changed file with 0 additions and 5 deletions
libqpdf/QPDF.cc
... ... @@ -2,13 +2,10 @@
2 2  
3 3 #include <qpdf/QPDF.hh>
4 4  
5   -#include <algorithm>
6 5 #include <atomic>
7   -#include <cstdlib>
8 6 #include <cstring>
9 7 #include <limits>
10 8 #include <map>
11   -#include <memory.h>
12 9 #include <regex>
13 10 #include <sstream>
14 11 #include <vector>
... ... @@ -17,8 +14,6 @@
17 14 #include <qpdf/FileInputSource.hh>
18 15 #include <qpdf/OffsetInputSource.hh>
19 16 #include <qpdf/Pipeline.hh>
20   -#include <qpdf/Pl_Discard.hh>
21   -#include <qpdf/Pl_OStream.hh>
22 17 #include <qpdf/QPDFExc.hh>
23 18 #include <qpdf/QPDFLogger.hh>
24 19 #include <qpdf/QPDFObject_private.hh>
... ...