Unverified Commit 8280e9df authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

preload includes cleanup: statfs

parent 8e8e8ffe
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
#ifndef IOINTERCEPT_PRELOAD_HPP
#define IOINTERCEPT_PRELOAD_HPP

#include <sys/statfs.h>

extern "C" {
#include <abt.h>
#include <mercury.h>
+2 −0
Original line number Diff line number Diff line
#include <sys/statfs.h>

#include <global/configure.hpp>
#include <preload/preload.hpp>
#include <preload/adafs_functions.hpp>
+2 −0
Original line number Diff line number Diff line
/**
 * All intercepted functions are defined here
 */
#include <sys/statfs.h>

#include <preload/preload.hpp>
#include <preload/passthrough.hpp>
#include <preload/adafs_functions.hpp>