diff --git a/src/node.cc b/src/node.cc index cadbd9a62db9e0..05c87c62d6db6c 100644 --- a/src/node.cc +++ b/src/node.cc @@ -64,9 +64,7 @@ #include "inspector/worker_inspector.h" // ParentInspectorHandle #endif -#ifdef NODE_ENABLE_LARGE_CODE_PAGES #include "large_pages/node_large_page.h" -#endif #ifdef NODE_REPORT #include "node_report.h"