Merge pull request #2 from azat/fix-includes

Use "" instead of <> to include files from simplefs
This commit is contained in:
Sankar சங்கர் 2013-08-15 02:15:47 -07:00
commit 2be71baea4

View File

@ -1,4 +1,4 @@
#include <simple.h> #include "simple.h"
static inline struct simplefs_super_block *SIMPLEFS_SB(struct super_block *sb) static inline struct simplefs_super_block *SIMPLEFS_SB(struct super_block *sb)
{ {