LibGUI: Fix build after renaming Image => ImageWidget

This commit is contained in:
Andreas Kling 2020-07-23 17:43:44 +02:00
parent 6e02ef19d1
commit 9d4cd565e3
Notes: sideshowbarker 2024-07-19 04:39:34 +09:00

View file

@ -25,7 +25,7 @@
*/
#include <AK/MappedFile.h>
#include <LibGUI/Image.h>
#include <LibGUI/ImageWidget.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/ImageDecoder.h>