]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
drop envz.h includes 6285/head
authorJohn Coyle <dx9err@gmail.com>
Thu, 15 Oct 2015 17:34:50 +0000 (13:34 -0400)
committerJohn Coyle <dx9err@gmail.com>
Mon, 19 Oct 2015 01:14:30 +0000 (21:14 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
src/ceph_fuse.cc
src/ceph_syn.cc
src/test/testmsgr.cc

index 9a00c290fb04698dbf7db68d768b2048b88db8df..645abe5270ec9c0b8d485a91c19c1e5855366176 100644 (file)
@@ -34,10 +34,6 @@ using namespace std;
 #include "global/global_init.h"
 #include "common/safe_io.h"
        
-#if !defined(DARWIN) && !defined(__FreeBSD__)
-#include <envz.h>
-#endif // DARWIN
-
 #include <sys/types.h>
 #include <fcntl.h>
 
index 1d10fa2e62c9e8020f0123c794535bd3c4adf73f..b872b8215685e1fe39ffda29660bcd8ac409cf47 100644 (file)
@@ -31,10 +31,6 @@ using namespace std;
 #include "common/ceph_argparse.h"
 #include "common/pick_address.h"
 
-#if !defined(DARWIN) && !defined(__FreeBSD__)
-#include <envz.h>
-#endif // DARWIN || __FreeBSD__
-
 #include <sys/types.h>
 #include <fcntl.h>
 
index 312b23be216ecb10080ac8d0ea1692e33e080de0..e3610b56b3b706d725841a6b3de1e2bb70708857 100644 (file)
@@ -28,10 +28,6 @@ using namespace std;
 #include "global/global_init.h"
 #include "common/ceph_argparse.h"
 
-#ifndef DARWIN
-#include <envz.h>
-#endif // DARWIN
-
 #include <sys/types.h>
 #include <fcntl.h>