You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2015/03/11 23:25:40 UTC

mesos git commit: Removed unnecessary forward declarations in encoder.hpp.

Repository: mesos
Updated Branches:
  refs/heads/master f9f474c26 -> ab49a3cee


Removed unnecessary forward declarations in encoder.hpp.


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

Branch: refs/heads/master
Commit: ab49a3cee61602b6a00d6100904fc7039c847dd5
Parents: f9f474c
Author: Benjamin Mahler <be...@gmail.com>
Authored: Wed Mar 11 15:23:03 2015 -0700
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Wed Mar 11 15:25:16 2015 -0700

----------------------------------------------------------------------
 3rdparty/libprocess/src/encoder.hpp | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/ab49a3ce/3rdparty/libprocess/src/encoder.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/src/encoder.hpp b/3rdparty/libprocess/src/encoder.hpp
index 5cbda93..f1b91cf 100644
--- a/3rdparty/libprocess/src/encoder.hpp
+++ b/3rdparty/libprocess/src/encoder.hpp
@@ -16,11 +16,6 @@
 #include <stout/numify.hpp>
 #include <stout/os.hpp>
 
-// NOTE: We forward declare "ev_loop" and "ev_io" here because,
-// on OSX, including "ev.h" causes conflict with "EV_ERROR" declared
-// in "/usr/include/sys/event.h".
-struct ev_loop;
-struct ev_io;
 
 namespace process {