فهرست منبع

page_table: Remove unnecessary header inclusions

Prevents indirect inclusions for these headers.
Lioncash 5 سال پیش
والد
کامیت
0890451c55
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      src/common/page_table.h

+ 0 - 4
src/common/page_table.h

@@ -4,10 +4,6 @@
 
 #pragma once
 
-#include <vector>
-
-#include <boost/icl/interval_map.hpp>
-
 #include "common/common_types.h"
 #include "common/memory_hook.h"
 #include "common/virtual_buffer.h"