.gitignore: add some missing files
[babeltrace.git] / src / lib / trace-ir / attributes.h
index 8b259cc868402a01f5a283fae5aaf96be70fc893..ab7aa6e3a1b4f2af6b2e34d65b9fa052b5eabac0 100644 (file)
@@ -5,15 +5,14 @@
  * Copyright (c) 2015 EfficiOS Inc. and Linux Foundation
  */
 
-#ifndef BABELTRACE_TRACE_IR_ATTRIBUTES_H
-#define BABELTRACE_TRACE_IR_ATTRIBUTES_H
+#ifndef BABELTRACE_LIB_TRACE_IR_ATTRIBUTES_H
+#define BABELTRACE_LIB_TRACE_IR_ATTRIBUTES_H
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 #include <stdint.h>
-#include "common/macros.h"
 #include <babeltrace2/value.h>
 
 struct bt_value *bt_attributes_create(void);
@@ -41,4 +40,4 @@ int bt_attributes_freeze(const struct bt_value *attr_obj);
 }
 #endif
 
-#endif /* BABELTRACE_TRACE_IR_ATTRIBUTES_H */
+#endif /* BABELTRACE_LIB_TRACE_IR_ATTRIBUTES_H */
This page took 0.024046 seconds and 4 git commands to generate.