Skip to content

Commit 24618b4

Browse files
author
sourcehold
committed
refactor: newline between includes
1 parent a1971f3 commit 24618b4

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/OpenSHC/Global.func.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "OpenSHC/UI/DisplayElement.hpp"
2121
#include "OpenSHC/UI/Enums/DisplayElementIDInt.hpp"
2222
#include "OpenSHC/WindowsHelper/Enums/BOOLEnum.hpp"
23+
2324
#include "WinDef.h"
2425
#include "crtdefs.h"
2526
#include "ddraw.h"

src/OpenSHC/Global.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "OpenSHC/UI/DisplayElement.hpp"
2020
#include "OpenSHC/UI/Enums/DisplayElementIDInt.hpp"
2121
#include "OpenSHC/WindowsHelper/Enums/BOOLEnum.hpp"
22+
2223
#include "WinDef.h"
2324
#include "crtdefs.h"
2425
#include "ddraw.h"

src/OpenSHC/OS.func.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "OpenSHC/OS.hpp"
1212
#include "OpenSHC/WindowsHelper/Enums/BOOLEnum.hpp"
1313
#include "OpenSHC/WindowsHelper/Enums/OpenFlagInt.hpp"
14+
1415
#include "crtdefs.h"
1516
#include "guiddef.h"
1617
#include "mbstring.h"

src/OpenSHC/OS.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include "OpenSHC/WindowsHelper/Enums/BOOLEnum.hpp"
1212
#include "OpenSHC/WindowsHelper/Enums/OpenFlagInt.hpp"
13+
1314
#include "crtdefs.h"
1415
#include "guiddef.h"
1516
#include "mbstring.h"

src/OpenSHC/UI.func.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "OpenSHC/UI/Enums/SoundMenuClickTypeInt.hpp"
1616
#include "OpenSHC/UI/Multiplayer/FindingNetworkSessions_ButtonParametersInt.hpp"
1717
#include "OpenSHC/WindowsHelper/Enums/BOOLEnum.hpp"
18+
1819
#include "WinDef.h"
1920
namespace OpenSHC {
2021
namespace UI_Func {

src/OpenSHC/UI.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "OpenSHC/UI/Enums/SoundMenuClickTypeInt.hpp"
1515
#include "OpenSHC/UI/Multiplayer/FindingNetworkSessions_ButtonParametersInt.hpp"
1616
#include "OpenSHC/WindowsHelper/Enums/BOOLEnum.hpp"
17+
1718
#include "WinDef.h"
1819
namespace OpenSHC {
1920
namespace UI {

0 commit comments

Comments
 (0)