diff options
Diffstat (limited to 'xbmc/windowing/wayland/ShellSurfaceXdgShellUnstableV6.cpp')
-rw-r--r-- | xbmc/windowing/wayland/ShellSurfaceXdgShellUnstableV6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/windowing/wayland/ShellSurfaceXdgShellUnstableV6.cpp b/xbmc/windowing/wayland/ShellSurfaceXdgShellUnstableV6.cpp index 1043b99b17..3814eb1d10 100644 --- a/xbmc/windowing/wayland/ShellSurfaceXdgShellUnstableV6.cpp +++ b/xbmc/windowing/wayland/ShellSurfaceXdgShellUnstableV6.cpp @@ -8,8 +8,8 @@ #include "ShellSurfaceXdgShellUnstableV6.h" -#include "messaging/ApplicationMessenger.h" #include "Registry.h" +#include "messaging/ApplicationMessenger.h" using namespace KODI::WINDOWING::WAYLAND; |