Skip to content

Commit

Permalink
Remove pragma once in source files
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmanek94 committed Sep 17, 2023
1 parent fb793c4 commit 853e844
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Source/Shared/AchievementsAndStatsContainer.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "AchievementsAndStatsContainer.hxx"

#include <chrono>
Expand Down
2 changes: 0 additions & 2 deletions Source/Shared/GlobalUniqueID.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "GlobalUniqueID.hxx"

#include <atomic>
Expand Down
2 changes: 0 additions & 2 deletions Source/Shared/Lobby.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "Lobby.hxx"

#include "ContainerGetByIndex.hxx"
Expand Down
2 changes: 0 additions & 2 deletions Source/Shared/LobbyManager.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "LobbyManager.hxx"
#include "Lobby.hxx"

Expand Down
2 changes: 0 additions & 2 deletions Source/Shared/Networking/MessageUniqueID.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#pragma once

#include "MessageUniqueID.hxx"

// Runtime unique ID
Expand Down

0 comments on commit 853e844

Please sign in to comment.