fs/mfs: Remove a few assert.h includes

Those are unnecessary.

Closes #241

Change-Id: I26db0f07c65e7d078e642001b97e6d4313e6660a
This commit is contained in:
Nik Nyby 2018-01-08 20:36:48 -05:00 committed by Lionel Sambuc
parent 24f3305be0
commit 9866ad31fd
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#include "fs.h"
#include "inode.h"
#include "clean.h"
#include <assert.h>
/*===========================================================================*
* fs_sync *

View File

@ -1,6 +1,5 @@
#include "fs.h"
#include <string.h>
#include <assert.h>
#include <sys/stat.h>
#include <sys/statvfs.h>
#include "inode.h"