Skip to content

Commit

Permalink
Change include brackets style
Browse files Browse the repository at this point in the history
Signed-off-by: grimadas <[email protected]>
  • Loading branch information
grimadas committed Dec 2, 2017
1 parent 6d6753c commit 8f6573d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions irohad/ametsuchi/wsv_command.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
#ifndef IROHA_WSV_COMMAND_HPP
#define IROHA_WSV_COMMAND_HPP

#include <common/types.hpp>
#include <model/account.hpp>
#include <model/account_asset.hpp>
#include <model/asset.hpp>
#include <model/domain.hpp>
#include <model/peer.hpp>
#include <set>
#include <string>
#include "common/types.hpp"
#include "model/account.hpp"
#include "model/account_asset.hpp"
#include "model/asset.hpp"
#include "model/domain.hpp"
#include "model/peer.hpp"

namespace iroha {
namespace ametsuchi {
Expand Down

0 comments on commit 8f6573d

Please sign in to comment.