There was an error fetching the commit references. Please try again later.
kernel: Remove unnecessary includes
Over the course of the changes to the kernel code, a few includes are no longer necessary, particularly with the change over to std::shared_ptr from Boost's intrusive_ptr.
Showing
- src/core/hle/kernel/address_arbiter.cpp 0 additions, 2 deletionssrc/core/hle/kernel/address_arbiter.cpp
- src/core/hle/kernel/address_arbiter.h 1 addition, 1 deletionsrc/core/hle/kernel/address_arbiter.h
- src/core/hle/kernel/client_port.cpp 0 additions, 1 deletionsrc/core/hle/kernel/client_port.cpp
- src/core/hle/kernel/client_port.h 2 additions, 0 deletionssrc/core/hle/kernel/client_port.h
- src/core/hle/kernel/handle_table.h 2 additions, 0 deletionssrc/core/hle/kernel/handle_table.h
- src/core/hle/kernel/kernel.cpp 0 additions, 1 deletionsrc/core/hle/kernel/kernel.cpp
- src/core/hle/kernel/kernel.h 1 addition, 0 deletionssrc/core/hle/kernel/kernel.h
- src/core/hle/kernel/mutex.cpp 1 addition, 0 deletionssrc/core/hle/kernel/mutex.cpp
- src/core/hle/kernel/resource_limit.h 2 additions, 0 deletionssrc/core/hle/kernel/resource_limit.h
- src/core/hle/kernel/scheduler.h 3 additions, 2 deletionssrc/core/hle/kernel/scheduler.h
- src/core/hle/kernel/session.h 1 addition, 1 deletionsrc/core/hle/kernel/session.h
- src/core/hle/kernel/shared_memory.h 0 additions, 1 deletionsrc/core/hle/kernel/shared_memory.h
- src/core/hle/kernel/transfer_memory.h 0 additions, 1 deletionsrc/core/hle/kernel/transfer_memory.h
- src/core/hle/kernel/wait_object.h 2 additions, 1 deletionsrc/core/hle/kernel/wait_object.h
- src/core/hle/kernel/writable_event.h 2 additions, 0 deletionssrc/core/hle/kernel/writable_event.h
Loading
Please register or sign in to comment