1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:57:44 +00:00

Everywhere: Fix weird includes

This commit is contained in:
Ben Wiederhake 2021-01-31 15:10:45 +01:00 committed by Andreas Kling
parent 6e9fa350bc
commit 0a2304ba05
7 changed files with 7 additions and 7 deletions

View file

@ -49,7 +49,7 @@
#include <Kernel/VM/AllocationStrategy.h>
#include <Kernel/VM/RangeAllocator.h>
#include <LibC/signal_numbers.h>
#include <Libraries/LibELF/exec_elf.h>
#include <LibELF/exec_elf.h>
namespace Kernel {