Repository: mesos
Updated Branches:
  refs/heads/master 1550ef479 -> c9dc0eb87


Removed unused header include in libprocess.

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


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

Branch: refs/heads/master
Commit: c9dc0eb8728c11ad762e949b93d5e52dd12f9aa3
Parents: c5fd471
Author: Neil Conway <neil.con...@gmail.com>
Authored: Fri Apr 29 11:20:57 2016 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Apr 29 11:56:00 2016 +0200

----------------------------------------------------------------------
 3rdparty/libprocess/include/process/future.hpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/c9dc0eb8/3rdparty/libprocess/include/process/future.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/include/process/future.hpp 
b/3rdparty/libprocess/include/process/future.hpp
index 9a335d1..011fea8 100644
--- a/3rdparty/libprocess/include/process/future.hpp
+++ b/3rdparty/libprocess/include/process/future.hpp
@@ -14,7 +14,6 @@
 #define __PROCESS_FUTURE_HPP__
 
 #include <assert.h>
-#include <stdlib.h> // For abort.
 
 #include <atomic>
 #include <list>

Reply via email to