Replaces header guards with pragma once

This commit is contained in:
2025-10-14 12:18:03 +02:00
parent 9d15e605c4
commit ebd8da5803

View File

@@ -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