mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:48:11 +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,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "ToolPropertiesWidget.h"
|
||||
#include "Tool.h"
|
||||
#include "Tools/Tool.h"
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/GroupBox.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue