chiark / gitweb /
remove unused includes
[elogind.git] / src / journal / journal-vacuum.c
index 832c327b3101d3e3b56740a48ab17396628e2083..a367dc1bb9e2d30877af8c751784f287503165e5 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
 #include <fcntl.h>
 #include <sys/stat.h>
-#include <sys/statvfs.h>
 #include <unistd.h>
-#include <sys/xattr.h>
 
 #include "journal-def.h"
 #include "journal-file.h"