tests: fix some include guards
[babeltrace.git] / tests / utils / common.h
index 41641099c30ad058a58df318e45287a5894d5e71..cbd96cf14624d6d7686edb0f238d64c22528d177 100644 (file)
@@ -7,11 +7,9 @@
  * Lib BabelTrace - Common function to all tests
  */
 
-#ifndef _TESTS_COMMON_H
-#define _TESTS_COMMON_H
-
-struct bt_context;
+#ifndef TESTS_UTILS_COMMON_H
+#define TESTS_UTILS_COMMON_H
 
 void recursive_rmdir(const char *path);
 
-#endif /* _TESTS_COMMON_H */
+#endif /* TESTS_UTILS_COMMON_H */
This page took 0.023469 seconds and 4 git commands to generate.