Use "" instead of <> to include files from simplefs

This commit is contained in:
Azat Khuzhin 2013-08-15 00:58:44 +04:00
parent 0d484e8e3b
commit 000b97517f
1 changed files with 1 additions and 1 deletions

View File

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