Normalize C/C++ include guards
[babeltrace.git] / src / lib / object.h
index 6531394a831484c13ce9a521e31a4e56bd89e61b..94b6e807f40b2124ffc5f6e6344d8f8965666242 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  */
 
-#ifndef BABELTRACE_OBJECT_INTERNAL_H
-#define BABELTRACE_OBJECT_INTERNAL_H
+#ifndef BABELTRACE_LIB_OBJECT_H
+#define BABELTRACE_LIB_OBJECT_H
 
 #include "common/assert.h"
 #include <stdbool.h>
@@ -347,4 +347,4 @@ void bt_object_put_ref(const void *ptr)
                (_var_src) = NULL;              \
        } while (0)
 
-#endif /* BABELTRACE_OBJECT_INTERNAL_H */
+#endif /* BABELTRACE_LIB_OBJECT_H */
This page took 0.023613 seconds and 4 git commands to generate.