xfs: don't expect xfs headers to be in subdirectories

Fix up some #include directives in preparation for moving a few
header files out of xfs source subdirectories.

Note that "xfs_linux.h" also got its quoting convention for included
files switched.

Signed-off-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Alex Elder
2011-08-12 13:57:55 -05:00
parent e570280521
commit 06f8e2d675
5 changed files with 19 additions and 19 deletions

View File

@ -24,5 +24,6 @@
#define XFS_BUF_LOCK_TRACKING 1
#endif
#include <linux-2.6/xfs_linux.h>
#include "xfs_linux.h"
#endif /* __XFS_H__ */