summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibPDF/Document.h
diff options
context:
space:
mode:
authorMatthew Olsson <matthewcolsson@gmail.com>2021-05-26 22:52:05 -0700
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2021-06-12 22:45:01 +0430
commite23bfd72521258921978134bfef88285dcb2f9ec (patch)
tree80a1f5fbb9047f48ba7d702cc70a49e6f4c9b502 /Userland/Libraries/LibPDF/Document.h
parentbe1be47613d4c9357df9c172eb45c532650035a5 (diff)
downloadserenity-e23bfd72521258921978134bfef88285dcb2f9ec.zip
LibPDF: Parse linearized PDF files
This is a big step, as most PDFs which are downloaded online will be linearized. Pretty much the only difference is that the xref structure is slightly different.
Diffstat (limited to 'Userland/Libraries/LibPDF/Document.h')
-rw-r--r--Userland/Libraries/LibPDF/Document.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibPDF/Document.h b/Userland/Libraries/LibPDF/Document.h
index 270c8c5b44..3cf5806634 100644
--- a/Userland/Libraries/LibPDF/Document.h
+++ b/Userland/Libraries/LibPDF/Document.h
@@ -12,7 +12,6 @@
#include <LibGfx/Color.h>
#include <LibPDF/Object.h>
#include <LibPDF/Parser.h>
-#include <LibPDF/XRefTable.h>
namespace PDF {