You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2015/06/24 20:09:12 UTC

[7/8] mesos git commit: Removed libgen.h include.

Removed libgen.h include.

Review: https://reviews.apache.org/r/35774


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/5d507a3c
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/5d507a3c
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/5d507a3c

Branch: refs/heads/master
Commit: 5d507a3cb2dd78d0163ed421e69cc56a6537ec5f
Parents: 2510c52
Author: Till Toenshoff <to...@me.com>
Authored: Wed Jun 24 19:54:24 2015 +0200
Committer: Till Toenshoff <to...@me.com>
Committed: Wed Jun 24 19:54:25 2015 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/src/process.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/5d507a3c/3rdparty/libprocess/src/process.cpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/process.cpp b/3rdparty/libprocess/src/process.cpp
index cd3a191..52649fb 100644
--- a/3rdparty/libprocess/src/process.cpp
+++ b/3rdparty/libprocess/src/process.cpp
@@ -1,6 +1,5 @@
 #include <errno.h>
 #include <limits.h>
-#include <libgen.h>
 #include <netdb.h>
 #include <pthread.h>
 #include <signal.h>