SpiceAgent: Remove unused BMPWriter.h include

This commit is contained in:
Nico Weber 2023-03-12 09:50:37 -04:00 committed by Andreas Kling
parent 402ff46b78
commit e26aebca4f
Notes: sideshowbarker 2024-07-16 23:55:09 +09:00

View file

@ -8,7 +8,6 @@
#include "ConnectionToClipboardServer.h"
#include <AK/DeprecatedString.h>
#include <LibGfx/BMPLoader.h>
#include <LibGfx/BMPWriter.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/JPEGLoader.h>
#include <LibGfx/PNGLoader.h>