fs/mfs: Remove a few assert.h includes that are unnecessary

This commit is contained in:
Nik Nyby 2018-01-08 20:36:48 -05:00
parent b2ee0702ff
commit 3826ad08bb
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"