Skip to content

Commit

Permalink
Rolled out pragma once.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-crowhurst committed Apr 26, 2018
1 parent d109da0 commit 3e4c7e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
build/
distribution/

# IDE Files
.vscode/

# Compiled source
*.com
*.class
Expand Down
5 changes: 1 addition & 4 deletions source/corvusoft/core/detail/run_loop_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* Copyright 2013-2018, Corvusoft Ltd, All Rights Reserved.
*/

#ifndef _CORVUSOFT_CORE_DETAIL_RUN_LOOP_IMPL_H
#define _CORVUSOFT_CORE_DETAIL_RUN_LOOP_IMPL_H 1
#pragma once

//System Includes
#include <map>
Expand Down Expand Up @@ -241,5 +240,3 @@ namespace corvusoft
}
}
}

#endif /* _CORVUSOFT_CORE_DETAIL_RUN_LOOP_IMPL_H */
6 changes: 1 addition & 5 deletions source/corvusoft/core/detail/task_impl.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Copyright 2013-2018, Corvusoft Ltd, All Rights Reserved.
*/

#ifndef _CORVUSOFT_CORE_DETAIL_TASK_IMPL_H
#define _CORVUSOFT_CORE_DETAIL_TASK_IMPL_H 1
#pragma once

//System Includes
#include <chrono>
Expand Down Expand Up @@ -39,5 +37,3 @@ namespace corvusoft
};
}
}

#endif /* _CORVUSOFT_CORE_DETAIL_TASK_IMPL_H */
5 changes: 1 addition & 4 deletions source/corvusoft/core/run_loop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* Copyright 2013-2018, Corvusoft Ltd, All Rights Reserved.
*/

#ifndef _CORVUSOFT_CORE_RUN_LOOP_H
#define _CORVUSOFT_CORE_RUN_LOOP_H 1
#pragma once

//System Includes
#include <regex>
Expand Down Expand Up @@ -148,5 +147,3 @@ namespace corvusoft
};
}
}

#endif /* _CORVUSOFT_CORE_RUN_LOOP_H */
5 changes: 1 addition & 4 deletions source/corvusoft/stub/run_loop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
* Copyright 2013-2018, Corvusoft Ltd, All Rights Reserved.
*/

#ifndef _CORVUSOFT_STUB_RUN_LOOP_H
#define _CORVUSOFT_STUB_RUN_LOOP_H 1
#pragma once

//System Includes
#include <regex>
Expand Down Expand Up @@ -199,5 +198,3 @@ namespace corvusoft
};
}
}

#endif /* _CORVUSOFT_STUB_RUN_LOOP_H */

0 comments on commit 3e4c7e4

Please sign in to comment.