Removed libgen.h include. Removes scattered includes of 'libgen.h'.
Review: https://reviews.apache.org/r/35773 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2510c529 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2510c529 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2510c529 Branch: refs/heads/master Commit: 2510c529b60b508aee5377c9414ddf1d911b061e Parents: 3963610 Author: Till Toenshoff <[email protected]> Authored: Wed Jun 24 19:53:48 2015 +0200 Committer: Till Toenshoff <[email protected]> Committed: Wed Jun 24 19:53:48 2015 +0200 ---------------------------------------------------------------------- 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2510c529/3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp ---------------------------------------------------------------------- diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp index 0110b40..18832d8 100644 --- a/3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp +++ b/3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp @@ -30,7 +30,6 @@ #endif // __sun #include <glob.h> #include <grp.h> -#include <libgen.h> #include <limits.h> #include <netdb.h> #include <pwd.h>
