LibGUI: Remove some header dependencies from Widget.h

This commit is contained in:
Andreas Kling
2020-02-14 23:53:11 +01:00
parent 08cae2773d
commit 34c7322d77
36 changed files with 86 additions and 35 deletions

View File

@@ -24,9 +24,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <LibGfx/StylePainter.h>
#include <LibGUI/Frame.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Palette.h>
#include <LibGfx/StylePainter.h>
namespace GUI {