Replaces header guards with pragma once
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#ifndef GIT_VERSION_H
|
||||
#define GIT_VERSION_H
|
||||
|
||||
#pragma once
|
||||
#ifdef __cplusplus
|
||||
namespace Git_version {
|
||||
extern const char* const branch;
|
||||
@@ -19,5 +17,3 @@ extern const char* const Gv_config;
|
||||
extern const bool Gv_dirty;
|
||||
#endif
|
||||
|
||||
#endif // GIT_VERSION_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user