From 397b16c79ea2bc68514c7b6c6bbf175cb77960a7 Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 29 Jun 2003 19:03:52 +0000 Subject: [PATCH] Remove pathnames.h. Pointed out by: Mathieu Arnold --- sbin/mdmfs/mdmfs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sbin/mdmfs/mdmfs.c b/sbin/mdmfs/mdmfs.c index 805440734fe7..e7412995c852 100644 --- a/sbin/mdmfs/mdmfs.c +++ b/sbin/mdmfs/mdmfs.c @@ -50,8 +50,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include "pathnames.h" - typedef enum { false, true } bool; struct mtpt_info {