Skip to content

Commit

Permalink
Change include guard
Browse files Browse the repository at this point in the history
Signed-off-by: motxx <[email protected]>
  • Loading branch information
motxx authored and lebdron committed Dec 19, 2017
1 parent deb54af commit 9a5b959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared_model/interfaces/primitive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* limitations under the License.
*/

#ifndef IROHA_PRIMITIVE_HPP
#define IROHA_PRIMITIVE_HPP
#ifndef IROHA_SHARED_MODEL_PRIMITIVE_HPP
#define IROHA_SHARED_MODEL_PRIMITIVE_HPP

#include "interfaces/model_primitive.hpp"

Expand Down Expand Up @@ -50,4 +50,4 @@ namespace shared_model {

} // namespace interface
} // namespace shared_model
#endif // IROHA_PRIMITIVE_HPP
#endif // IROHA_SHARED_MODEL_PRIMITIVE_HPP

0 comments on commit 9a5b959

Please sign in to comment.