mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +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
35 changed files with 67 additions and 69 deletions
|
@ -5,20 +5,20 @@
|
|||
*/
|
||||
|
||||
#include "ToolboxWidget.h"
|
||||
#include "BrushTool.h"
|
||||
#include "BucketTool.h"
|
||||
#include "CloneTool.h"
|
||||
#include "EllipseTool.h"
|
||||
#include "EraseTool.h"
|
||||
#include "GuideTool.h"
|
||||
#include "LineTool.h"
|
||||
#include "MoveTool.h"
|
||||
#include "PenTool.h"
|
||||
#include "PickerTool.h"
|
||||
#include "RectangleSelectTool.h"
|
||||
#include "RectangleTool.h"
|
||||
#include "SprayTool.h"
|
||||
#include "ZoomTool.h"
|
||||
#include "Tools/BrushTool.h"
|
||||
#include "Tools/BucketTool.h"
|
||||
#include "Tools/CloneTool.h"
|
||||
#include "Tools/EllipseTool.h"
|
||||
#include "Tools/EraseTool.h"
|
||||
#include "Tools/GuideTool.h"
|
||||
#include "Tools/LineTool.h"
|
||||
#include "Tools/MoveTool.h"
|
||||
#include "Tools/PenTool.h"
|
||||
#include "Tools/PickerTool.h"
|
||||
#include "Tools/RectangleSelectTool.h"
|
||||
#include "Tools/RectangleTool.h"
|
||||
#include "Tools/SprayTool.h"
|
||||
#include "Tools/ZoomTool.h"
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/Button.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue