You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/08/25 10:54:39 UTC

mesos git commit: Cleaned up includes in "mesos/executor/executor.hpp".

Repository: mesos
Updated Branches:
  refs/heads/master a955458df -> 9735aebcd


Cleaned up includes in "mesos/executor/executor.hpp".


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

Branch: refs/heads/master
Commit: 9735aebcdaa02d6577636b2c9ea45d986af747c9
Parents: a955458
Author: Alexander Rukletsov <al...@apache.org>
Authored: Fri Aug 25 12:44:16 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Aug 25 12:44:16 2017 +0200

----------------------------------------------------------------------
 include/mesos/executor/executor.hpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9735aebc/include/mesos/executor/executor.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/executor/executor.hpp b/include/mesos/executor/executor.hpp
index 598d010..83a0c4c 100644
--- a/include/mesos/executor/executor.hpp
+++ b/include/mesos/executor/executor.hpp
@@ -17,10 +17,10 @@
 #ifndef __EXECUTOR_PROTO_HPP__
 #define __EXECUTOR_PROTO_HPP__
 
-// NOTE: This header only becomes valid after running protoc
-// and generating the equivalent .ph.h files
-// See: src/messages/mesos.proto
-#include <executor/executor.pb.h>
+#include <ostream>
+
+// ONLY USEFUL AFTER RUNNING PROTOC.
+#include <mesos/executor/executor.pb.h>
 
 namespace mesos {
 namespace executor {