Skip to content

Commit

Permalink
Merge pull request #6285 from dx9/wip-12406-envz
Browse files Browse the repository at this point in the history
drop envz.h includes

Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Oct 21, 2015
2 parents d763555 + d6803b8 commit 89b2b9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/ceph_fuse.cc
Expand Up @@ -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>

Expand Down
4 changes: 0 additions & 4 deletions src/ceph_syn.cc
Expand Up @@ -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>

Expand Down
4 changes: 0 additions & 4 deletions src/test/testmsgr.cc
Expand Up @@ -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>

Expand Down

0 comments on commit 89b2b9b

Please sign in to comment.