Unverified Commit 8e8e8ffe authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

preload includes cleanup: iostream

parent ea1f7775
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#define IFS_PASSTHROUGH_HPP

#include <preload/preload.hpp>
#include <iostream>

// function pointer for preloading
extern void* libc;
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
#ifndef IOINTERCEPT_PRELOAD_HPP
#define IOINTERCEPT_PRELOAD_HPP

#include <iostream>
#include <sys/statfs.h>

extern "C" {
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
#include <preload/open_file_map.hpp>
// third party libs
#include <string>
#include <iostream>

// TODO singleton this stuff away
// The contents of FsConfig or only set once when set up