Repository: mesos Updated Branches: refs/heads/master eb34b222c -> 844237dae
Fixed public includes. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/844237da Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/844237da Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/844237da Branch: refs/heads/master Commit: 844237daef0f02081028b3dbd02e4006b233c31d Parents: eb34b22 Author: Benjamin Hindman <[email protected]> Authored: Fri Apr 18 12:03:13 2014 -0700 Committer: Benjamin Hindman <[email protected]> Committed: Fri Apr 18 12:03:13 2014 -0700 ---------------------------------------------------------------------- include/mesos/containerizer/containerizer.hpp | 2 +- include/mesos/mesos.hpp.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/844237da/include/mesos/containerizer/containerizer.hpp ---------------------------------------------------------------------- diff --git a/include/mesos/containerizer/containerizer.hpp b/include/mesos/containerizer/containerizer.hpp index 9bf76e0..aefdb6f 100644 --- a/include/mesos/containerizer/containerizer.hpp +++ b/include/mesos/containerizer/containerizer.hpp @@ -20,6 +20,6 @@ #define __CONTAINERIZER_PROTO_HPP__ // ONLY USEFUL AFTER RUNNING PROTOC. -#include <mesos/containerizer/containerizer.pb.h> +#include <containerizer/containerizer.pb.h> #endif // __CONTAINERIZER_PROTO_HPP__ http://git-wip-us.apache.org/repos/asf/mesos/blob/844237da/include/mesos/mesos.hpp.in ---------------------------------------------------------------------- diff --git a/include/mesos/mesos.hpp.in b/include/mesos/mesos.hpp.in index 8aedf8c..2d4310c 100644 --- a/include/mesos/mesos.hpp.in +++ b/include/mesos/mesos.hpp.in @@ -19,7 +19,7 @@ #ifndef __MESOS_HPP__ #define __MESOS_HPP__ -#include <mesos/mesos.pb.h> // ONLY USEFUL AFTER RUNNING PROTOC. +#include <mesos.pb.h> // ONLY USEFUL AFTER RUNNING PROTOC. #define MESOS_VERSION "@PACKAGE_VERSION@"
