mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[escher] Remove unnecessary include
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
#define ESCHER_BACKGROUND_VIEW_H
|
#define ESCHER_BACKGROUND_VIEW_H
|
||||||
|
|
||||||
#include <escher/view.h>
|
#include <escher/view.h>
|
||||||
#include <archive.h>
|
|
||||||
|
|
||||||
class BackgroundView : public View {
|
class BackgroundView : public View {
|
||||||
public:
|
public:
|
||||||
@@ -17,4 +16,4 @@ private:
|
|||||||
KDColor m_defaultColor;
|
KDColor m_defaultColor;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user