tests: fix some include guards
[babeltrace.git] / tests / utils / common.h
index 14d8830e65eb37b7bf16906d9543040ff63caa4f..cbd96cf14624d6d7686edb0f238d64c22528d177 100644 (file)
@@ -7,9 +7,9 @@
  * Lib BabelTrace - Common function to all tests
  */
 
-#ifndef _TESTS_COMMON_H
-#define _TESTS_COMMON_H
+#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.022992 seconds and 4 git commands to generate.