From 5f2fd8c1deaeb8995220ec85bf5da66f5428354b Mon Sep 17 00:00:00 2001 From: codedwrench Date: Fri, 12 Jan 2024 15:22:34 +0100 Subject: [PATCH] fix: formatting fail --- Sources/UserInterface/AboutWindow.cpp | 4 ++-- Sources/UserInterface/HUDWindow.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/UserInterface/AboutWindow.cpp b/Sources/UserInterface/AboutWindow.cpp index b9dcc66..d1c7117 100644 --- a/Sources/UserInterface/AboutWindow.cpp +++ b/Sources/UserInterface/AboutWindow.cpp @@ -1,8 +1,8 @@ /* Copyright (c) 2021 [Rick de Bondt] - AboutWindow.cpp */ -#include - #include "UserInterface/AboutWindow.h" +#include + #include "UserInterface/Button.h" #include "UserInterface/DefaultElements.h" diff --git a/Sources/UserInterface/HUDWindow.cpp b/Sources/UserInterface/HUDWindow.cpp index f7da6ce..88346b9 100644 --- a/Sources/UserInterface/HUDWindow.cpp +++ b/Sources/UserInterface/HUDWindow.cpp @@ -1,8 +1,8 @@ /* Copyright (c) 2021 [Rick de Bondt] - HUDWindow.cpp */ -#include - #include "UserInterface/HUDWindow.h" +#include + #include "UserInterface/Button.h" #include "UserInterface/CheckBox.h" #include "UserInterface/DefaultElements.h"