lib: standardize public include guards
[babeltrace.git] / include / babeltrace2 / value.h
index 1375940990bc8380cce0b5105c8c5686813dcdd1..b6a22562f525e8da539a9ec9a8fdf89626ce76cf 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_VALUES_H
-#define BABELTRACE_VALUES_H
+#ifndef BABELTRACE2_VALUE_H
+#define BABELTRACE2_VALUE_H
 
 /*
  * Copyright (c) 2015-2018 Philippe Proulx <pproulx@efficios.com>
@@ -179,4 +179,4 @@ bt_value_map_insert_empty_map_entry(bt_value *map_obj, const char *key);
 
 #include <babeltrace2/undef-func-status.h>
 
-#endif /* BABELTRACE_VALUES_H */
+#endif /* BABELTRACE2_VALUE_H */
This page took 0.023799 seconds and 4 git commands to generate.