mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
PixelPaint: Move Tools to it's own subdirectory
The PixelPaint source directory was getting a bit large, let's move all the Tools to it's own subdirectory. Also remove some unused includes.
This commit is contained in:
parent
61ad239ee0
commit
f9e0815c3b
Notes:
sideshowbarker
2024-07-18 03:37:42 +09:00
Author: https://github.com/metmo
Commit: f9e0815c3b
Pull-request: https://github.com/SerenityOS/serenity/pull/10083
Reviewed-by: https://github.com/TobyAsE ✅
35 changed files with 67 additions and 69 deletions
|
@ -10,8 +10,8 @@
|
|||
#include "ImageEditor.h"
|
||||
#include "Image.h"
|
||||
#include "Layer.h"
|
||||
#include "MoveTool.h"
|
||||
#include "Tool.h"
|
||||
#include "Tools/MoveTool.h"
|
||||
#include "Tools/Tool.h"
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibGUI/Command.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue