From 206d6ece55e44117fd49525eeca5bd28d83ac5eb Mon Sep 17 00:00:00 2001 From: Simon Wanner Date: Sat, 9 Apr 2022 09:28:38 +0200 Subject: LibGfx: Move other font-related files to LibGfx/Font/ --- Userland/Services/NotificationServer/NotificationWindow.cpp | 2 +- Userland/Services/Taskbar/ClockWidget.cpp | 2 +- Userland/Services/Taskbar/ShutdownDialog.cpp | 4 ++-- Userland/Services/Taskbar/TaskbarButton.cpp | 2 +- Userland/Services/Taskbar/TaskbarWindow.cpp | 2 +- Userland/Services/WebContent/ConnectionFromClient.cpp | 2 +- Userland/Services/WindowServer/Compositor.cpp | 2 +- Userland/Services/WindowServer/Compositor.h | 2 +- Userland/Services/WindowServer/Menu.cpp | 2 +- Userland/Services/WindowServer/Menu.h | 4 ++-- Userland/Services/WindowServer/WindowFrame.cpp | 2 +- Userland/Services/WindowServer/WindowManager.cpp | 2 +- Userland/Services/WindowServer/WindowSwitcher.cpp | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) (limited to 'Userland/Services') diff --git a/Userland/Services/NotificationServer/NotificationWindow.cpp b/Userland/Services/NotificationServer/NotificationWindow.cpp index 7ab7847c97..834e4b5346 100644 --- a/Userland/Services/NotificationServer/NotificationWindow.cpp +++ b/Userland/Services/NotificationServer/NotificationWindow.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include namespace NotificationServer { diff --git a/Userland/Services/Taskbar/ClockWidget.cpp b/Userland/Services/Taskbar/ClockWidget.cpp index 296a5f7909..4ccc1e7361 100644 --- a/Userland/Services/Taskbar/ClockWidget.cpp +++ b/Userland/Services/Taskbar/ClockWidget.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include namespace Taskbar { diff --git a/Userland/Services/Taskbar/ShutdownDialog.cpp b/Userland/Services/Taskbar/ShutdownDialog.cpp index 45af703058..e2df096174 100644 --- a/Userland/Services/Taskbar/ShutdownDialog.cpp +++ b/Userland/Services/Taskbar/ShutdownDialog.cpp @@ -13,8 +13,8 @@ #include #include #include -#include -#include +#include +#include struct Option { String title; diff --git a/Userland/Services/Taskbar/TaskbarButton.cpp b/Userland/Services/Taskbar/TaskbarButton.cpp index 00f4c0a6af..38e1923686 100644 --- a/Userland/Services/Taskbar/TaskbarButton.cpp +++ b/Userland/Services/Taskbar/TaskbarButton.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include diff --git a/Userland/Services/Taskbar/TaskbarWindow.cpp b/Userland/Services/Taskbar/TaskbarWindow.cpp index bdaa045c9f..cb060b4a61 100644 --- a/Userland/Services/Taskbar/TaskbarWindow.cpp +++ b/Userland/Services/Taskbar/TaskbarWindow.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Userland/Services/WebContent/ConnectionFromClient.cpp b/Userland/Services/WebContent/ConnectionFromClient.cpp index 48db742020..a8e00d6df6 100644 --- a/Userland/Services/WebContent/ConnectionFromClient.cpp +++ b/Userland/Services/WebContent/ConnectionFromClient.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Userland/Services/WindowServer/Compositor.cpp b/Userland/Services/WindowServer/Compositor.cpp index d8abc2dd07..926472dd6f 100644 --- a/Userland/Services/WindowServer/Compositor.cpp +++ b/Userland/Services/WindowServer/Compositor.cpp @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Userland/Services/WindowServer/Compositor.h b/Userland/Services/WindowServer/Compositor.h index 8a9b238fd2..d779f5d15f 100644 --- a/Userland/Services/WindowServer/Compositor.h +++ b/Userland/Services/WindowServer/Compositor.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include namespace WindowServer { diff --git a/Userland/Services/WindowServer/Menu.cpp b/Userland/Services/WindowServer/Menu.cpp index 9529baab06..24bcd4810f 100644 --- a/Userland/Services/WindowServer/Menu.cpp +++ b/Userland/Services/WindowServer/Menu.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Userland/Services/WindowServer/Menu.h b/Userland/Services/WindowServer/Menu.h index 4052bfee2e..17cd608062 100644 --- a/Userland/Services/WindowServer/Menu.h +++ b/Userland/Services/WindowServer/Menu.h @@ -10,8 +10,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/Userland/Services/WindowServer/WindowFrame.cpp b/Userland/Services/WindowServer/WindowFrame.cpp index 8a66dc84c9..cf848fa081 100644 --- a/Userland/Services/WindowServer/WindowFrame.cpp +++ b/Userland/Services/WindowServer/WindowFrame.cpp @@ -6,7 +6,7 @@ #include "ConnectionFromClient.h" #include -#include +#include #include #include #include diff --git a/Userland/Services/WindowServer/WindowManager.cpp b/Userland/Services/WindowServer/WindowManager.cpp index 097f02d6c9..8aab665ae4 100644 --- a/Userland/Services/WindowServer/WindowManager.cpp +++ b/Userland/Services/WindowServer/WindowManager.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Userland/Services/WindowServer/WindowSwitcher.cpp b/Userland/Services/WindowServer/WindowSwitcher.cpp index 0243366838..f62968cf3f 100644 --- a/Userland/Services/WindowServer/WindowSwitcher.cpp +++ b/Userland/Services/WindowServer/WindowSwitcher.cpp @@ -5,7 +5,7 @@ */ #include -#include +#include #include #include #include -- cgit v1.2.3