Userland: Remove unecessary uses of __serenity__ macro

This commit is contained in:
Andrew Kaster 2022-10-09 15:38:06 -06:00 committed by Linus Groh
commit 539fb08551
Notes: sideshowbarker 2024-07-17 20:58:35 +09:00
10 changed files with 4 additions and 51 deletions

View file

@ -19,10 +19,6 @@
#include <sys/stat.h>
#include <unistd.h>
#ifdef __serenity__
# include <serenity.h>
#endif
namespace Gfx {
struct DDSLoadingContext {