diff --git a/autotests/integration/kwin_wayland_test.h b/autotests/integration/kwin_wayland_test.h --- a/autotests/integration/kwin_wayland_test.h +++ b/autotests/integration/kwin_wayland_test.h @@ -23,7 +23,7 @@ #include "../../main.h" // Qt -#include +#include namespace KWayland { diff --git a/autotests/libinput/context_test.cpp b/autotests/libinput/context_test.cpp --- a/autotests/libinput/context_test.cpp +++ b/autotests/libinput/context_test.cpp @@ -21,7 +21,7 @@ #include "mock_udev.h" #include "../../libinput/context.h" #include "../../udev.h" -#include +#include Q_LOGGING_CATEGORY(KWIN_CORE, "kwin_core", QtCriticalMsg) using namespace KWin; diff --git a/autotests/libinput/device_test.cpp b/autotests/libinput/device_test.cpp --- a/autotests/libinput/device_test.cpp +++ b/autotests/libinput/device_test.cpp @@ -23,7 +23,7 @@ #include -#include +#include #include diff --git a/autotests/libinput/gesture_event_test.cpp b/autotests/libinput/gesture_event_test.cpp --- a/autotests/libinput/gesture_event_test.cpp +++ b/autotests/libinput/gesture_event_test.cpp @@ -21,7 +21,7 @@ #include "../../libinput/device.h" #include "../../libinput/events.h" -#include +#include #include diff --git a/autotests/libinput/input_event_test.cpp b/autotests/libinput/input_event_test.cpp --- a/autotests/libinput/input_event_test.cpp +++ b/autotests/libinput/input_event_test.cpp @@ -21,7 +21,7 @@ #include "../../libinput/device.h" #include "../input_event.h" -#include +#include Q_DECLARE_METATYPE(KWin::SwitchEvent::State); diff --git a/autotests/libinput/key_event_test.cpp b/autotests/libinput/key_event_test.cpp --- a/autotests/libinput/key_event_test.cpp +++ b/autotests/libinput/key_event_test.cpp @@ -21,7 +21,7 @@ #include "../../libinput/device.h" #include "../../libinput/events.h" -#include +#include #include diff --git a/autotests/libinput/pointer_event_test.cpp b/autotests/libinput/pointer_event_test.cpp --- a/autotests/libinput/pointer_event_test.cpp +++ b/autotests/libinput/pointer_event_test.cpp @@ -21,7 +21,7 @@ #include "../../libinput/device.h" #include "../../libinput/events.h" -#include +#include #include diff --git a/autotests/libinput/switch_event_test.cpp b/autotests/libinput/switch_event_test.cpp --- a/autotests/libinput/switch_event_test.cpp +++ b/autotests/libinput/switch_event_test.cpp @@ -21,7 +21,7 @@ #include "../../libinput/device.h" #include "../../libinput/events.h" -#include +#include #include diff --git a/autotests/libinput/touch_event_test.cpp b/autotests/libinput/touch_event_test.cpp --- a/autotests/libinput/touch_event_test.cpp +++ b/autotests/libinput/touch_event_test.cpp @@ -21,7 +21,7 @@ #include "../../libinput/device.h" #include "../../libinput/events.h" -#include +#include #include diff --git a/autotests/libkwineffects/kwinglplatformtest.cpp b/autotests/libkwineffects/kwinglplatformtest.cpp --- a/autotests/libkwineffects/kwinglplatformtest.cpp +++ b/autotests/libkwineffects/kwinglplatformtest.cpp @@ -18,7 +18,7 @@ along with this program. If not, see . *********************************************************************/ #include "mock_gl.h" -#include +#include #include #include diff --git a/autotests/libkwineffects/windowquadlisttest.cpp b/autotests/libkwineffects/windowquadlisttest.cpp --- a/autotests/libkwineffects/windowquadlisttest.cpp +++ b/autotests/libkwineffects/windowquadlisttest.cpp @@ -18,7 +18,7 @@ along with this program. If not, see . *********************************************************************/ #include -#include +#include Q_DECLARE_METATYPE(KWin::WindowQuadList) diff --git a/autotests/libxrenderutils/blendpicture_test.cpp b/autotests/libxrenderutils/blendpicture_test.cpp --- a/autotests/libxrenderutils/blendpicture_test.cpp +++ b/autotests/libxrenderutils/blendpicture_test.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#include +#include #include #include diff --git a/autotests/opengl_context_attribute_builder_test.cpp b/autotests/opengl_context_attribute_builder_test.cpp --- a/autotests/opengl_context_attribute_builder_test.cpp +++ b/autotests/opengl_context_attribute_builder_test.cpp @@ -19,7 +19,7 @@ *********************************************************************/ #include "../abstract_opengl_context_attribute_builder.h" #include "../egl_context_attribute_builder.h" -#include +#include #include #include diff --git a/autotests/tabbox/test_tabbox_clientmodel.cpp b/autotests/tabbox/test_tabbox_clientmodel.cpp --- a/autotests/tabbox/test_tabbox_clientmodel.cpp +++ b/autotests/tabbox/test_tabbox_clientmodel.cpp @@ -22,7 +22,7 @@ #include "clientmodel.h" #include "../testutils.h" -#include +#include #include using namespace KWin; diff --git a/autotests/tabbox/test_tabbox_config.cpp b/autotests/tabbox/test_tabbox_config.cpp --- a/autotests/tabbox/test_tabbox_config.cpp +++ b/autotests/tabbox/test_tabbox_config.cpp @@ -18,7 +18,7 @@ along with this program. If not, see . *********************************************************************/ #include "../../tabbox/tabboxconfig.h" -#include +#include using namespace KWin; using namespace KWin::TabBox; diff --git a/autotests/tabbox/test_tabbox_handler.cpp b/autotests/tabbox/test_tabbox_handler.cpp --- a/autotests/tabbox/test_tabbox_handler.cpp +++ b/autotests/tabbox/test_tabbox_handler.cpp @@ -20,7 +20,7 @@ #include "mock_tabboxhandler.h" #include "clientmodel.h" #include "../testutils.h" -#include +#include #include using namespace KWin; diff --git a/autotests/test_builtin_effectloader.cpp b/autotests/test_builtin_effectloader.cpp --- a/autotests/test_builtin_effectloader.cpp +++ b/autotests/test_builtin_effectloader.cpp @@ -26,7 +26,7 @@ #include #include // Qt -#include +#include #include Q_DECLARE_METATYPE(KWin::CompositingType) Q_DECLARE_METATYPE(KWin::LoadEffectFlag) diff --git a/autotests/test_client_machine.cpp b/autotests/test_client_machine.cpp --- a/autotests/test_client_machine.cpp +++ b/autotests/test_client_machine.cpp @@ -23,7 +23,7 @@ #include "../xcbutils.h" // Qt #include -#include +#include #include // xcb #include diff --git a/autotests/test_gbm_surface.cpp b/autotests/test_gbm_surface.cpp --- a/autotests/test_gbm_surface.cpp +++ b/autotests/test_gbm_surface.cpp @@ -18,7 +18,7 @@ along with this program. If not, see . *********************************************************************/ #include "../plugins/platforms/drm/gbm_surface.h" -#include +#include #include diff --git a/autotests/test_gestures.cpp b/autotests/test_gestures.cpp --- a/autotests/test_gestures.cpp +++ b/autotests/test_gestures.cpp @@ -19,7 +19,7 @@ *********************************************************************/ #include "../gestures.h" -#include +#include #include using namespace KWin; diff --git a/autotests/test_plugin_effectloader.cpp b/autotests/test_plugin_effectloader.cpp --- a/autotests/test_plugin_effectloader.cpp +++ b/autotests/test_plugin_effectloader.cpp @@ -25,7 +25,7 @@ #include #include // Qt -#include +#include #include Q_DECLARE_METATYPE(KWin::CompositingType) Q_DECLARE_METATYPE(KWin::LoadEffectFlag) diff --git a/autotests/test_screen_edges.cpp b/autotests/test_screen_edges.cpp --- a/autotests/test_screen_edges.cpp +++ b/autotests/test_screen_edges.cpp @@ -35,7 +35,7 @@ // Frameworks #include // Qt -#include +#include #include // xcb #include diff --git a/autotests/test_screen_paint_data.cpp b/autotests/test_screen_paint_data.cpp --- a/autotests/test_screen_paint_data.cpp +++ b/autotests/test_screen_paint_data.cpp @@ -21,10 +21,10 @@ #include #include -#include +#include #include -#include +#include using namespace KWin; diff --git a/autotests/test_screens.cpp b/autotests/test_screens.cpp --- a/autotests/test_screens.cpp +++ b/autotests/test_screens.cpp @@ -24,7 +24,7 @@ // frameworks #include // Qt -#include +#include Q_LOGGING_CATEGORY(KWIN_CORE, "kwin_core") diff --git a/autotests/test_scripted_effectloader.cpp b/autotests/test_scripted_effectloader.cpp --- a/autotests/test_scripted_effectloader.cpp +++ b/autotests/test_scripted_effectloader.cpp @@ -29,7 +29,7 @@ #include #include // Qt -#include +#include #include Q_DECLARE_METATYPE(KWin::LoadEffectFlag) Q_DECLARE_METATYPE(KWin::LoadEffectFlags) diff --git a/autotests/test_virtual_desktops.cpp b/autotests/test_virtual_desktops.cpp --- a/autotests/test_virtual_desktops.cpp +++ b/autotests/test_virtual_desktops.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include namespace KWin { diff --git a/autotests/test_virtualkeyboard_dbus.cpp b/autotests/test_virtualkeyboard_dbus.cpp --- a/autotests/test_virtualkeyboard_dbus.cpp +++ b/autotests/test_virtualkeyboard_dbus.cpp @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . *********************************************************************/ -#include +#include #include #include #include diff --git a/autotests/test_window_paint_data.cpp b/autotests/test_window_paint_data.cpp --- a/autotests/test_window_paint_data.cpp +++ b/autotests/test_window_paint_data.cpp @@ -20,11 +20,11 @@ #include -#include +#include #include #include -#include +#include using namespace KWin; diff --git a/autotests/test_xcb_size_hints.cpp b/autotests/test_xcb_size_hints.cpp --- a/autotests/test_xcb_size_hints.cpp +++ b/autotests/test_xcb_size_hints.cpp @@ -22,7 +22,7 @@ #include "../xcbutils.h" // Qt #include -#include +#include #include #include // xcb diff --git a/autotests/test_xcb_window.cpp b/autotests/test_xcb_window.cpp --- a/autotests/test_xcb_window.cpp +++ b/autotests/test_xcb_window.cpp @@ -22,7 +22,7 @@ #include "../xcbutils.h" // Qt #include -#include +#include #include // xcb #include diff --git a/autotests/test_xcb_wrapper.cpp b/autotests/test_xcb_wrapper.cpp --- a/autotests/test_xcb_wrapper.cpp +++ b/autotests/test_xcb_wrapper.cpp @@ -22,7 +22,7 @@ #include "../xcbutils.h" // Qt #include -#include +#include #include #include // xcb diff --git a/autotests/test_xkb.cpp b/autotests/test_xkb.cpp --- a/autotests/test_xkb.cpp +++ b/autotests/test_xkb.cpp @@ -19,7 +19,7 @@ *********************************************************************/ #include "../xkb.h" -#include +#include #include using namespace KWin; diff --git a/autotests/test_xrandr_screens.cpp b/autotests/test_xrandr_screens.cpp --- a/autotests/test_xrandr_screens.cpp +++ b/autotests/test_xrandr_screens.cpp @@ -22,7 +22,7 @@ #include "../xcbutils.h" #include "mock_workspace.h" // Qt -#include +#include // system #include diff --git a/colorcorrection/colorcorrectdbusinterface.h b/colorcorrection/colorcorrectdbusinterface.h --- a/colorcorrection/colorcorrectdbusinterface.h +++ b/colorcorrection/colorcorrectdbusinterface.h @@ -22,7 +22,7 @@ #define KWIN_NIGHTCOLOR_DBUS_INTERFACE_H #include -#include +#include namespace KWin { diff --git a/data/update_default_rules.cpp b/data/update_default_rules.cpp --- a/data/update_default_rules.cpp +++ b/data/update_default_rules.cpp @@ -22,8 +22,8 @@ #include #include -#include -#include +#include +#include #include int main( int argc, char* argv[] ) diff --git a/dbusinterface.h b/dbusinterface.h --- a/dbusinterface.h +++ b/dbusinterface.h @@ -22,7 +22,7 @@ #define KWIN_DBUS_INTERFACE_H #include -#include +#include namespace KWin { diff --git a/effects/desktopgrid/desktopgrid.cpp b/effects/desktopgrid/desktopgrid.cpp --- a/effects/desktopgrid/desktopgrid.cpp +++ b/effects/desktopgrid/desktopgrid.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/effects/minimizeanimation/minimizeanimation.cpp b/effects/minimizeanimation/minimizeanimation.cpp --- a/effects/minimizeanimation/minimizeanimation.cpp +++ b/effects/minimizeanimation/minimizeanimation.cpp @@ -20,7 +20,7 @@ #include "minimizeanimation.h" #include -#include +#include namespace KWin { diff --git a/effects/resize/resize.cpp b/effects/resize/resize.cpp --- a/effects/resize/resize.cpp +++ b/effects/resize/resize.cpp @@ -29,7 +29,7 @@ #include -#include +#include #include namespace KWin diff --git a/effects/screenshot/screenshot.cpp b/effects/screenshot/screenshot.cpp --- a/effects/screenshot/screenshot.cpp +++ b/effects/screenshot/screenshot.cpp @@ -24,11 +24,11 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include -#include +#include #include #include diff --git a/effects/startupfeedback/startupfeedback.cpp b/effects/startupfeedback/startupfeedback.cpp --- a/effects/startupfeedback/startupfeedback.cpp +++ b/effects/startupfeedback/startupfeedback.cpp @@ -23,8 +23,8 @@ #include #include #include -#include -#include +#include +#include // KDE #include #include diff --git a/effects/zoom/zoom.cpp b/effects/zoom/zoom.cpp --- a/effects/zoom/zoom.cpp +++ b/effects/zoom/zoom.cpp @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/kcmkwin/kwincompositing/test/modeltest.h b/kcmkwin/kwincompositing/test/modeltest.h --- a/kcmkwin/kwincompositing/test/modeltest.h +++ b/kcmkwin/kwincompositing/test/modeltest.h @@ -43,9 +43,9 @@ #ifndef MODELTEST_H #define MODELTEST_H -#include -#include -#include +#include +#include +#include class ModelTest : public QObject { diff --git a/kcmkwin/kwincompositing/test/modeltest.cpp b/kcmkwin/kwincompositing/test/modeltest.cpp --- a/kcmkwin/kwincompositing/test/modeltest.cpp +++ b/kcmkwin/kwincompositing/test/modeltest.cpp @@ -40,11 +40,11 @@ ****************************************************************************/ -#include +#include #include "modeltest.h" -#include +#include /*! Connect to all of the models signals. Whenever anything happens recheck everything. diff --git a/kcmkwin/kwinoptions/main.cpp b/kcmkwin/kwinoptions/main.cpp --- a/kcmkwin/kwinoptions/main.cpp +++ b/kcmkwin/kwinoptions/main.cpp @@ -23,7 +23,7 @@ //Added by qt3to4: #include -#include +#include #include #include diff --git a/kcmkwin/kwinoptions/mouse.cpp b/kcmkwin/kwinoptions/mouse.cpp --- a/kcmkwin/kwinoptions/mouse.cpp +++ b/kcmkwin/kwinoptions/mouse.cpp @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include #include diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/kcmkwin/kwinrules/kcm.cpp b/kcmkwin/kwinrules/kcm.cpp --- a/kcmkwin/kwinrules/kcm.cpp +++ b/kcmkwin/kwinrules/kcm.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include "ruleslist.h" diff --git a/kcmkwin/kwinrules/main.cpp b/kcmkwin/kwinrules/main.cpp --- a/kcmkwin/kwinrules/main.cpp +++ b/kcmkwin/kwinrules/main.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kcmkwin/kwinscreenedges/main.cpp b/kcmkwin/kwinscreenedges/main.cpp --- a/kcmkwin/kwinscreenedges/main.cpp +++ b/kcmkwin/kwinscreenedges/main.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include K_PLUGIN_FACTORY(KWinScreenEdgesConfigFactory, registerPlugin();) diff --git a/kcmkwin/kwinscreenedges/touch.cpp b/kcmkwin/kwinscreenedges/touch.cpp --- a/kcmkwin/kwinscreenedges/touch.cpp +++ b/kcmkwin/kwinscreenedges/touch.cpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include K_PLUGIN_FACTORY(KWinScreenEdgesConfigFactory, registerPlugin();) diff --git a/kcmkwin/kwinscripts/module.cpp b/kcmkwin/kwinscripts/module.cpp --- a/kcmkwin/kwinscripts/module.cpp +++ b/kcmkwin/kwinscripts/module.cpp @@ -23,9 +23,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/kcmkwin/kwintabbox/layoutpreview.cpp b/kcmkwin/kwintabbox/layoutpreview.cpp --- a/kcmkwin/kwintabbox/layoutpreview.cpp +++ b/kcmkwin/kwintabbox/layoutpreview.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/kcmkwin/kwintabbox/main.cpp b/kcmkwin/kwintabbox/main.cpp --- a/kcmkwin/kwintabbox/main.cpp +++ b/kcmkwin/kwintabbox/main.cpp @@ -22,7 +22,7 @@ #include // Qt -#include +#include #include #include #include diff --git a/kcmkwin/kwintabbox/thumbnailitem.cpp b/kcmkwin/kwintabbox/thumbnailitem.cpp --- a/kcmkwin/kwintabbox/thumbnailitem.cpp +++ b/kcmkwin/kwintabbox/thumbnailitem.cpp @@ -20,7 +20,7 @@ #include "thumbnailitem.h" // Qt -#include +#include #include #include diff --git a/libkwineffects/kwineffects.h b/libkwineffects/kwineffects.h --- a/libkwineffects/kwineffects.h +++ b/libkwineffects/kwineffects.h @@ -31,9 +31,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/libkwineffects/kwineffects.cpp b/libkwineffects/kwineffects.cpp --- a/libkwineffects/kwineffects.cpp +++ b/libkwineffects/kwineffects.cpp @@ -30,10 +30,10 @@ #include #include #include -#include -#include -#include -#include +#include +#include +#include +#include #include #include diff --git a/libkwineffects/kwingltexture.h b/libkwineffects/kwingltexture.h --- a/libkwineffects/kwingltexture.h +++ b/libkwineffects/kwingltexture.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include diff --git a/main.cpp b/main.cpp --- a/main.cpp +++ b/main.cpp @@ -48,7 +48,7 @@ #include #include #include -#include +#include // system #ifdef HAVE_UNISTD_H diff --git a/plugins/qpa/integration.cpp b/plugins/qpa/integration.cpp --- a/plugins/qpa/integration.cpp +++ b/plugins/qpa/integration.cpp @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include diff --git a/plugins/scenes/xrender/scene_xrender.cpp b/plugins/scenes/xrender/scene_xrender.cpp --- a/plugins/scenes/xrender/scene_xrender.cpp +++ b/plugins/scenes/xrender/scene_xrender.cpp @@ -42,7 +42,7 @@ #include #include -#include +#include #include namespace KWin diff --git a/screenedge.cpp b/screenedge.cpp --- a/screenedge.cpp +++ b/screenedge.cpp @@ -53,8 +53,8 @@ #include #include #include -#include -#include +#include +#include #include namespace KWin { diff --git a/scripting/scriptedeffect.cpp b/scripting/scriptedeffect.cpp --- a/scripting/scriptedeffect.cpp +++ b/scripting/scriptedeffect.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include typedef KWin::EffectWindow* KEffectWindowRef; diff --git a/scripting/scripting.h b/scripting/scripting.h --- a/scripting/scripting.h +++ b/scripting/scripting.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include class QQmlComponent; class QQmlContext; diff --git a/scripting/scripting.cpp b/scripting/scripting.cpp --- a/scripting/scripting.cpp +++ b/scripting/scripting.cpp @@ -36,9 +36,9 @@ #include #include // Qt -#include -#include -#include +#include +#include +#include #include #include #include @@ -49,7 +49,7 @@ #include #include #include -#include +#include #include QScriptValue kwinScriptPrint(QScriptContext *context, QScriptEngine *engine) diff --git a/scripting/workspace_wrapper.h b/scripting/workspace_wrapper.h --- a/scripting/workspace_wrapper.h +++ b/scripting/workspace_wrapper.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include namespace KWin diff --git a/shadow.h b/shadow.h --- a/shadow.h +++ b/shadow.h @@ -21,7 +21,7 @@ #define KWIN_SHADOW_H #include -#include +#include #include #include