mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibGfx: Remove unnecessary includes from PNGLoader.cpp
This commit is contained in:
parent
81216c51d1
commit
aa679643c1
1 changed files with 0 additions and 6 deletions
|
@ -9,16 +9,10 @@
|
|||
#include <AK/Vector.h>
|
||||
#include <LibCompress/Zlib.h>
|
||||
#include <LibGfx/PNGLoader.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef __serenity__
|
||||
# include <LibCompress/Deflate.h>
|
||||
# include <serenity.h>
|
||||
#endif
|
||||
|
||||
namespace Gfx {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue