소스 검색

Everywhere: Remove unused AK/Bitmap includes

Ben Wiederhake 3 년 전
부모
커밋
850db15d66
4개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 1
      Kernel/Bus/PCI/SysFSPCI.h
  2. 0 1
      Kernel/Memory/PrivateInodeVMObject.h
  3. 0 1
      Kernel/Memory/SharedInodeVMObject.h
  4. 0 1
      Userland/Libraries/LibCrypto/ASN1/DER.cpp

+ 0 - 1
Kernel/Bus/PCI/SysFSPCI.h

@@ -6,7 +6,6 @@
 
 
 #pragma once
 #pragma once
 
 
-#include <AK/Bitmap.h>
 #include <AK/String.h>
 #include <AK/String.h>
 #include <AK/Vector.h>
 #include <AK/Vector.h>
 #include <Kernel/Bus/PCI/Definitions.h>
 #include <Kernel/Bus/PCI/Definitions.h>

+ 0 - 1
Kernel/Memory/PrivateInodeVMObject.h

@@ -6,7 +6,6 @@
 
 
 #pragma once
 #pragma once
 
 
-#include <AK/Bitmap.h>
 #include <Kernel/Memory/InodeVMObject.h>
 #include <Kernel/Memory/InodeVMObject.h>
 #include <Kernel/UnixTypes.h>
 #include <Kernel/UnixTypes.h>
 
 

+ 0 - 1
Kernel/Memory/SharedInodeVMObject.h

@@ -6,7 +6,6 @@
 
 
 #pragma once
 #pragma once
 
 
-#include <AK/Bitmap.h>
 #include <Kernel/Memory/InodeVMObject.h>
 #include <Kernel/Memory/InodeVMObject.h>
 #include <Kernel/UnixTypes.h>
 #include <Kernel/UnixTypes.h>
 
 

+ 0 - 1
Userland/Libraries/LibCrypto/ASN1/DER.cpp

@@ -4,7 +4,6 @@
  * SPDX-License-Identifier: BSD-2-Clause
  * SPDX-License-Identifier: BSD-2-Clause
  */
  */
 
 
-#include <AK/Bitmap.h>
 #include <AK/Utf8View.h>
 #include <AK/Utf8View.h>
 #include <LibCrypto/ASN1/DER.h>
 #include <LibCrypto/ASN1/DER.h>