Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Alekseev <[email protected]>

# Conflicts:
#	test/module/shared_model/backend_proto/CMakeLists.txt
  • Loading branch information
nickaleks committed Jul 18, 2018
1 parent 257ebe9 commit 89b23bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion irohad/ametsuchi/impl/postgres_wsv_command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
#include "ametsuchi/impl/postgres_wsv_command.hpp"

#include <boost/format.hpp>

#include "backend/protobuf/permissions.hpp"
#include "interfaces/common_objects/asset.hpp"
#include "interfaces/common_objects/account_asset.hpp"

namespace iroha {
namespace ametsuchi {
Expand Down
2 changes: 0 additions & 2 deletions irohad/ametsuchi/impl/postgres_wsv_query.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

#include "ametsuchi/wsv_query.hpp"

#include <soci/soci.h>

#include "interfaces/common_objects/common_objects_factory.hpp"
#include "postgres_wsv_common.hpp"

Expand Down
3 changes: 0 additions & 3 deletions test/module/libs/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ addtest(result_test result_test.cpp)
target_link_libraries(result_test
libs_common
)

add_library(optional_test
optinal_test.cpp)

0 comments on commit 89b23bf

Please sign in to comment.