LibPDF: Break inclusion cycle by removing unnecessary include

This commit is contained in:
Ben Wiederhake 2022-09-14 10:56:22 +02:00 committed by Brian Gianforcaro
commit ff96747e17
Notes: sideshowbarker 2024-07-17 07:04:01 +09:00

View file

@ -13,7 +13,6 @@
#include <AK/SourceLocation.h>
#include <LibPDF/Error.h>
#include <LibPDF/Forward.h>
#include <LibPDF/Value.h>
#ifdef PDF_DEBUG
namespace {