1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00

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
parent 3d02b23af5
commit 250c3b363d
11 changed files with 10 additions and 15 deletions

View file

@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <assert.h>
#include <math.h>
#include <LibC/assert.h>
#include <LibM/math.h>
#include <stdint.h>
#include <stdlib.h>