summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-01-08 17:12:26 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-01-08 17:12:26 +0400
commit9f409d9fa7858d83a0233af298b7fe94c8ea42e4 (patch)
tree497823c2e4e0554c20417a3aa75157dd913d6bf6
parent72ff4776cd78698c7f47868e88cd6072979f61b5 (diff)
downloadschroot-master.tar.gz
mntent.h is not neededHEADmaster
-rw-r--r--libexec/mount/main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/mount/main.cc b/libexec/mount/main.cc
index d266409f..b003bee9 100644
--- a/libexec/mount/main.cc
+++ b/libexec/mount/main.cc
@@ -39,8 +39,6 @@
#include <boost/format.hpp>
#include <boost/filesystem.hpp>
-#include <mntent.h>
-
using std::endl;
using boost::format;
using sbuild::_;