Repository: mesos Updated Branches: refs/heads/master bc0d62e10 -> 811c8bfd8
Fixed broken build due to attributes header being moved to public include folder in slave.hpp. This change fixes r/38630 i.e. the `attributes.hpp` header was moved to the public include folder. Review: https://reviews.apache.org/r/38686 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/811c8bfd Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/811c8bfd Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/811c8bfd Branch: refs/heads/master Commit: 811c8bfd87808cd86c1e276d1ba6daf1341d5a17 Parents: bc0d62e Author: Anand Mazumdar <[email protected]> Authored: Wed Sep 23 12:26:03 2015 -0700 Committer: Vinod Kone <[email protected]> Committed: Wed Sep 23 12:26:03 2015 -0700 ---------------------------------------------------------------------- src/slave/slave.hpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/811c8bfd/src/slave/slave.hpp ---------------------------------------------------------------------- diff --git a/src/slave/slave.hpp b/src/slave/slave.hpp index 5e3e13a..18be4f8 100644 --- a/src/slave/slave.hpp +++ b/src/slave/slave.hpp @@ -52,7 +52,6 @@ #include <stout/path.hpp> #include <stout/uuid.hpp> -#include "common/attributes.hpp" #include "common/protobuf_utils.hpp" #include "files/files.hpp"
