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

@ -30,6 +30,7 @@
#include <AK/LogStream.h>
#include <AK/StringBuilder.h>
#include <AK/kmalloc.h>
#include <LibC/sys/arch/i386/regs.h>
#include <LibCore/File.h>
#include <LibDebug/DebugInfo.h>
#include <LibDebug/DebugSession.h>
@ -40,7 +41,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/arch/i386/regs.h>
#include <unistd.h>
static Line::Editor editor {};