1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:37:35 +00:00

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
parent 828441852f
commit 539fb08551
10 changed files with 4 additions and 51 deletions

View file

@ -14,10 +14,6 @@
#include <LibGfx/PNGShared.h>
#include <string.h>
#ifdef __serenity__
# include <LibCompress/Deflate.h>
#endif
namespace Gfx {
struct PNG_IHDR {