.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / lib / object.h
index 2fbe7f02a2d275f0cdcaa9f373ff008e31dbd0b6..94b6e807f40b2124ffc5f6e6344d8f8965666242 100644 (file)
@@ -5,10 +5,9 @@
  * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  */
 
  * 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/macros.h"
 #include "common/assert.h"
 #include <stdbool.h>
 
 #include "common/assert.h"
 #include <stdbool.h>
 
@@ -348,4 +347,4 @@ void bt_object_put_ref(const void *ptr)
                (_var_src) = NULL;              \
        } while (0)
 
                (_var_src) = NULL;              \
        } while (0)
 
-#endif /* BABELTRACE_OBJECT_INTERNAL_H */
+#endif /* BABELTRACE_LIB_OBJECT_H */
This page took 0.04191 seconds and 4 git commands to generate.