diff options
-rw-r--r-- | sbin/mdmfs/mdmfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index 8054407..e741299 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -50,8 +50,6 @@ __FBSDID("$FreeBSD$"); #include <string.h> #include <unistd.h> -#include "pathnames.h" - typedef enum { false, true } bool; struct mtpt_info { |