Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"

This reverts commit c1eb744ff0.
This commit is contained in:
Andreas Kling 2020-05-20 14:23:31 +02:00
commit 250c3b363d
Notes: sideshowbarker 2024-07-19 06:19:14 +09:00
11 changed files with 10 additions and 15 deletions

View file

@ -33,11 +33,11 @@
#include <AK/Optional.h>
#include <AK/OwnPtr.h>
#include <AK/String.h>
#include <LibC/sys/arch/i386/regs.h>
#include <LibDebug/DebugInfo.h>
#include <LibELF/Loader.h>
#include <signal.h>
#include <stdio.h>
#include <sys/arch/i386/regs.h>
#include <sys/ptrace.h>
#include <sys/wait.h>
#include <unistd.h>