diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-01-08 17:12:26 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-01-08 17:12:26 +0400 |
commit | 9f409d9fa7858d83a0233af298b7fe94c8ea42e4 (patch) | |
tree | 497823c2e4e0554c20417a3aa75157dd913d6bf6 | |
parent | 72ff4776cd78698c7f47868e88cd6072979f61b5 (diff) | |
download | schroot-9f409d9fa7858d83a0233af298b7fe94c8ea42e4.tar.gz |
-rw-r--r-- | libexec/mount/main.cc | 2 |
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::_; |