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"