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:
Marcus Nilsson 2021-09-17 09:54:55 +02:00 committed by Brian Gianforcaro
commit f9e0815c3b
Notes: sideshowbarker 2024-07-18 03:37:42 +09:00
35 changed files with 67 additions and 69 deletions

View file

@ -5,7 +5,7 @@
*/
#include "ToolPropertiesWidget.h"
#include "Tool.h"
#include "Tools/Tool.h"
#include <LibGUI/BoxLayout.h>
#include <LibGUI/GroupBox.h>