More distinctive header guard.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-03-11 21:20:23 +00:00
parent f19d32ef8f
commit d0c61f232b
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef DEBUG_H
#define DEBUG_H
#ifndef USERLAND_FS_DEBUG_H
#define USERLAND_FS_DEBUG_H
/* Debug - debug stuff
**
** Initial version by Axel Dörfler, [email protected]
@@ -137,4 +137,4 @@ void dbg_printf_end();
#define TOUCH(var) (void)var
#endif
#endif /* DEBUG_H */
#endif /* USERLAND_FS_DEBUG_H */