Drop mntent.h include.

It's no longer used and also causes build fail on FreeBSD.
This commit is contained in:
Roman Bogorodskiy 2012-12-12 11:44:20 +04:00 committed by Eric Blake
parent f1f9a7ac7e
commit b467e9323c

View File

@ -34,7 +34,6 @@
#include <sys/wait.h>
#include <arpa/inet.h>
#include <sys/utsname.h>
#include <mntent.h>
#include "virterror_internal.h"
#include "qemu_conf.h"