.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / common / list.h
index fd1f471cbb210bd1870c59a0a09c26f60e4a86e3..1b9be5cc21169a27bb69630377bac2bb95b3d657 100644 (file)
@@ -6,8 +6,8 @@
  * Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
  */
 
-#ifndef _BT_LIST_H
-#define _BT_LIST_H     1
+#ifndef BABELTRACE_COMMON_LIST_H
+#define BABELTRACE_COMMON_LIST_H
 
 /* The definitions of this file are adopted from those which can be
    found in the Linux kernel headers to enable people familiar with
@@ -163,4 +163,4 @@ static inline void bt_list_replace_init(struct bt_list_head *old,
 }
 #endif
 
-#endif /* _BT_LIST_H */
+#endif /* BABELTRACE_COMMON_LIST_H */
This page took 0.02368 seconds and 4 git commands to generate.