aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils/lumina-config/pages/page_compton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core-utils/lumina-config/pages/page_compton.cpp')
-rw-r--r--src-qt5/core-utils/lumina-config/pages/page_compton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/page_compton.cpp b/src-qt5/core-utils/lumina-config/pages/page_compton.cpp
index bb4dad21..4f7b90ae 100644
--- a/src-qt5/core-utils/lumina-config/pages/page_compton.cpp
+++ b/src-qt5/core-utils/lumina-config/pages/page_compton.cpp
@@ -6,7 +6,6 @@
//===========================================
#include "page_compton.h"
#include "ui_page_compton.h"
-#include "getPage.h"
//==========
// PUBLIC
bgstack15