aboutsummaryrefslogtreecommitdiff
path: root/load/types-parsers.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-22 23:31:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-24 16:12:02 +0300
commit94b04d166c1041028571222b9931121b0f7dfded (patch)
tree33d79d968cfd4a7e0977cb9686ae9ff4abfd52c4 /load/types-parsers.hxx
parent28de800a7a38ed781b8f04f8f380d65b2d79ec14 (diff)
Implement brep-clean
Diffstat (limited to 'load/types-parsers.hxx')
-rw-r--r--load/types-parsers.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/load/types-parsers.hxx b/load/types-parsers.hxx
index b52c107..74df66e 100644
--- a/load/types-parsers.hxx
+++ b/load/types-parsers.hxx
@@ -5,8 +5,8 @@
// CLI parsers, included into the generated source files.
//
-#ifndef BREP_LOAD_TYPES_PARSERS_HXX
-#define BREP_LOAD_TYPES_PARSERS_HXX
+#ifndef LOAD_TYPES_PARSERS_HXX
+#define LOAD_TYPES_PARSERS_HXX
#include <libbrep/types.hxx>
@@ -25,4 +25,4 @@ namespace cli
};
}
-#endif // BREP_LOAD_TYPES_PARSERS_HXX
+#endif // LOAD_TYPES_PARSERS_HXX