浏览代码

LibPDF: Break inclusion cycle by removing unnecessary include

Ben Wiederhake 2 年之前
父节点
当前提交
ff96747e17
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Userland/Libraries/LibPDF/Object.h

+ 0 - 1
Userland/Libraries/LibPDF/Object.h

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