clean up includes a bit

This commit is contained in:
hippoz 2022-03-18 03:22:30 +02:00
parent 26858b795d
commit 9c830c48d6
Signed by: hippoz
GPG key ID: 7C52899193467641
8 changed files with 4 additions and 10 deletions

View file

@ -1,8 +1,7 @@
#include <iostream>
#include "Button.hpp"
#include "Box.hpp"
#include "Window.hpp"
#include "src/Painter.hpp"
#include "Painter.hpp"
#include <pango/pangocairo.h>
namespace Raven {

View file

@ -1,5 +1,5 @@
#include "Painter.hpp"
#include "src/RGB.hpp"
#include "RGB.hpp"
namespace Raven {

View file

@ -2,7 +2,7 @@
#include "Box.hpp"
#include "Point.hpp"
#include "src/RGB.hpp"
#include "RGB.hpp"
#include <cairomm/cairomm.h>
#include <pango/pangocairo.h>

View file

@ -1,7 +1,5 @@
#pragma once
#include <stdint.h>
namespace Raven {
class Point {

View file

@ -1,6 +1,5 @@
#pragma once
#include <iostream>
#include "Forward.hpp"
#include "pango/pango-font.h"
#include "PropMacros.hpp"

View file

@ -1,4 +1,3 @@
#include <iostream>
#include <algorithm>
#include "Widget.hpp"
#include "Events.hpp"

View file

@ -9,7 +9,7 @@
#include "Window.hpp"
#include "Events.hpp"
#include "src/Point.hpp"
#include "Point.hpp"
namespace Raven {

View file

@ -1,4 +1,3 @@
#include <iostream>
#include "Window.hpp"
#include "Widget.hpp"
#include "Button.hpp"