Alexander Rukletsov created MESOS-6827:
------------------------------------------
Summary: Fix the order in which "self.hpp" is included in
"self.cpp".
Key: MESOS-6827
URL: https://issues.apache.org/jira/browse/MESOS-6827
Project: Mesos
Issue Type: Improvement
Reporter: Alexander Rukletsov
Priority: Minor
According to our
[styleguide|https://github.com/apache/mesos/blob/master/docs/c%2B%2B-style-guide.md#order-of-includes],
each {{.cpp}} file should include the related {{.hpp}} first to ensure that a
header file always includes all symbols it requires. However, our codebase does
not follow this rule strictly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)