X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fntfs%2Fdebug.h;h=8ac37c33d1278ef7d602e5dd3aa57de98e1d2236;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=e90da51537e3fa294218d5ab7d480b21fcc946da;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/fs/ntfs/debug.h b/fs/ntfs/debug.h index e90da5153..8ac37c33d 100644 --- a/fs/ntfs/debug.h +++ b/fs/ntfs/debug.h @@ -22,13 +22,9 @@ #ifndef _LINUX_NTFS_DEBUG_H #define _LINUX_NTFS_DEBUG_H -#include -#include -#include #include -#include "inode.h" -#include "attrib.h" +#include "runlist.h" #ifdef DEBUG @@ -51,7 +47,7 @@ extern void __ntfs_debug (const char *file, int line, const char *function, #define ntfs_debug(f, a...) \ __ntfs_debug(__FILE__, __LINE__, __FUNCTION__, f, ##a) -extern void ntfs_debug_dump_runlist(const run_list_element *rl); +extern void ntfs_debug_dump_runlist(const runlist_element *rl); #else /* !DEBUG */