mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 17:33:12 +00:00
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
This commit is contained in:
parent
9ac94d393e
commit
c39d44fc2e
Notes:
sideshowbarker
2024-07-19 09:35:07 +09:00
Author: https://github.com/awesomekling
Commit: c39d44fc2e
46 changed files with 51 additions and 52 deletions
|
@ -27,7 +27,7 @@
|
|||
#include <AK/FileSystemPath.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibCore/CDirIterator.h>
|
||||
#include <LibGfx/GraphicsBitmap.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGUI/GFileSystemModel.h>
|
||||
#include <LibGUI/GPainter.h>
|
||||
#include <LibThread/BackgroundAction.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue