From: Ahmad Samir Date: Sat, 11 Jun 2022 17:23:30 +0000 (+0200) Subject: Cleanup config-dolphin.h includes X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/8aa81a1dc7fa978d44d2c6397df270432df1506f?ds=sidebyside Cleanup config-dolphin.h includes --- diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 6376d0e26..030c8bb28 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -10,7 +10,7 @@ #define DOLPHIN_MAINWINDOW_H #include "dolphintabwidget.h" -#include +#include "config-dolphin.h" #include #include #include diff --git a/src/kitemviews/kfileitemmodelrolesupdater.h b/src/kitemviews/kfileitemmodelrolesupdater.h index a8261c987..3153e5f13 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.h +++ b/src/kitemviews/kfileitemmodelrolesupdater.h @@ -13,7 +13,7 @@ #include #include -#include +#include "config-dolphin.h" #include #include diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 49388a459..b2007b0aa 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -8,7 +8,7 @@ #define INFORMATIONPANELCONTENT_H #include -#include +#include "config-dolphin.h" #include #include diff --git a/src/search/dolphinquery.cpp b/src/search/dolphinquery.cpp index a86f127e0..687213cbf 100644 --- a/src/search/dolphinquery.cpp +++ b/src/search/dolphinquery.cpp @@ -8,7 +8,7 @@ #include -#include +#include "config-dolphin.h" #if HAVE_BALOO #include #endif diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 4fb0e7b0c..725ddcabc 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include "config-dolphin.h" #if HAVE_BALOO #include #include diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 0a5011d2f..33d432c9e 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -14,7 +14,7 @@ #include #include -#include +#include "config-dolphin.h" #include #include diff --git a/src/views/tooltips/dolphinfilemetadatawidget.h b/src/views/tooltips/dolphinfilemetadatawidget.h index 21e2cb6dd..63bd8b093 100644 --- a/src/views/tooltips/dolphinfilemetadatawidget.h +++ b/src/views/tooltips/dolphinfilemetadatawidget.h @@ -9,7 +9,7 @@ #ifndef DOLPHINFILEMETADATAWIDGET_H #define DOLPHINFILEMETADATAWIDGET_H -#include +#include "config-dolphin.h" #include