mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Userland: Remove unecessary uses of __serenity__ macro
This commit is contained in:
parent
828441852f
commit
539fb08551
Notes:
sideshowbarker
2024-07-17 20:58:35 +09:00
Author: https://github.com/ADKaster
Commit: 539fb08551
Pull-request: https://github.com/SerenityOS/serenity/pull/15527
10 changed files with 4 additions and 51 deletions
|
@ -19,10 +19,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __serenity__
|
||||
# include <serenity.h>
|
||||
#endif
|
||||
|
||||
namespace Gfx {
|
||||
|
||||
struct DDSLoadingContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue