[escher] Remove unnecessary include

This commit is contained in:
Maxime FRIESS
2021-07-06 16:23:28 +02:00
committed by GitHub
parent 649f48919e
commit dc8a1d48d9

View File

@@ -2,7 +2,6 @@
#define ESCHER_BACKGROUND_VIEW_H
#include <escher/view.h>
#include <archive.h>
class BackgroundView : public View {
public:
@@ -17,4 +16,4 @@ private:
KDColor m_defaultColor;
};
#endif
#endif