summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file_volume.cxx
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-05-18 21:01:40 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-05-18 21:01:40 +0200
commitf0efcf40f04777c8517cf6c4fc39d43adaee62a9 (patch)
tree5df248fb36b86f98da061b98e38883771b1d6068 /sal/osl/unx/file_volume.cxx
parentb881b4e38c7297e267083ead1caf7d2c6c909edb (diff)
Do not include quota.h
There is no code using it anymore in the tree.
Diffstat (limited to 'sal/osl/unx/file_volume.cxx')
-rw-r--r--sal/osl/unx/file_volume.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index 7138f035c444..ca5461a15a20 100644
--- a/sal/osl/unx/file_volume.cxx
+++ b/sal/osl/unx/file_volume.cxx
@@ -59,7 +59,6 @@
#include <sys/mnttab.h>
#include <sys/statvfs.h>
#define HAVE_STATFS_H
-#include <sys/fs/ufs_quota.h>
static const sal_Char* MOUNTTAB="/etc/mnttab";
#elif defined(LINUX)
@@ -67,7 +66,6 @@ static const sal_Char* MOUNTTAB="/etc/mnttab";
#include <mntent.h>
#include <sys/vfs.h>
#define HAVE_STATFS_H
-#include <sys/quota.h>
static const sal_Char* MOUNTTAB="/etc/mtab";
#elif defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY)
@@ -75,9 +73,6 @@ static const sal_Char* MOUNTTAB="/etc/mtab";
#include <sys/param.h>
#include <sys/ucred.h>
#include <sys/mount.h>
-#ifndef NETBSD
-#include <ufs/ufs/quota.h>
-#endif
#define HAVE_STATFS_H
/* No mounting table on *BSD
@@ -86,7 +81,6 @@ static const sal_Char* MOUNTTAB="/etc/mtab";
#elif defined(MACOSX)
-#include <ufs/ufs/quota.h>
#include <sys/param.h>
#include <sys/mount.h>
#define HAVE_STATFS_H