From ff96747e178763c25fe2881cd3093169d53ab52e Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Wed, 14 Sep 2022 10:56:22 +0200 Subject: [PATCH] LibPDF: Break inclusion cycle by removing unnecessary include --- Userland/Libraries/LibPDF/Object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Libraries/LibPDF/Object.h b/Userland/Libraries/LibPDF/Object.h index b1ff82d0b3..00755a197d 100644 --- a/Userland/Libraries/LibPDF/Object.h +++ b/Userland/Libraries/LibPDF/Object.h @@ -13,7 +13,6 @@ #include #include #include -#include #ifdef PDF_DEBUG namespace {