mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
Userland: Remove unecessary uses of __serenity__ macro
This commit is contained in:
parent
828441852f
commit
539fb08551
10 changed files with 4 additions and 51 deletions
|
@ -6,11 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef __serenity__
|
||||
# include <LibC/elf.h>
|
||||
#else
|
||||
# include <elf.h>
|
||||
#endif
|
||||
#include <elf.h>
|
||||
#include <limits.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue