LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}

This commit is contained in:
Andreas Kling 2020-02-06 12:07:05 +01:00
commit c39d44fc2e
Notes: sideshowbarker 2024-07-19 09:35:07 +09:00
46 changed files with 51 additions and 52 deletions

View file

@ -42,7 +42,7 @@
* [ ] handle fire bitmap edges better
*/
#include <LibGfx/GraphicsBitmap.h>
#include <LibGfx/Bitmap.h>
#include <LibGfx/PNGLoader.h>
#include <LibGUI/GApplication.h>
#include <LibGUI/GLabel.h>