Use #include "", not #include <> for opt_foo.h.

MFC after:	3 days
This commit is contained in:
Robert Watson 2006-07-06 13:22:08 +00:00
parent 7c7f48f12c
commit 83ff52a7f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160132

View file

@ -40,8 +40,8 @@
* mkdir: want it ?
*/
#include <opt_devfs.h>
#include <opt_mac.h>
#include "opt_devfs.h"
#include "opt_mac.h"
#include <sys/param.h>
#include <sys/systm.h>