git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix debug build, use separate clang-tidy config.
[stg.git]
/
projects
/
sgconf
/
tariffs.h
diff --git
a/projects/sgconf/tariffs.h
b/projects/sgconf/tariffs.h
index cde906bf9e3e045c88e7a1f00fa538d703afaa30..b6b896dd25271d7e48288a02fe6dd4240330fa13 100644
(file)
--- a/
projects/sgconf/tariffs.h
+++ b/
projects/sgconf/tariffs.h
@@
-1,5
+1,4
@@
-#ifndef __STG_SGCONF_TARIFFS_H__
-#define __STG_SGCONF_TARIFFS_H__
+#pragma once
namespace SGCONF
{
@@
-10,5
+9,3
@@
class COMMANDS;
void AppendTariffsOptionBlock(COMMANDS & commands, OPTION_BLOCKS & blocks);
} // namespace SGCONF
-
-#endif