Skip to content

Commit

Permalink
Update includes
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Aug 15, 2019
1 parent 3a6fbc4 commit 62fc622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions libraries/app/database_api.cpp
Expand Up @@ -24,19 +24,17 @@

#include "database_api_impl.hxx"

#include <graphene/app/database_api.hpp>
#include <graphene/app/util.hpp>
#include <graphene/chain/get_config.hpp>
#include <graphene/chain/hardfork.hpp>
#include <graphene/protocol/pts_address.hpp>

#include <fc/crypto/hex.hpp>
#include <fc/rpc/api_connection.hpp>

#include <boost/range/iterator_range.hpp>

#include <cctype>
#include <cfenv>
#include <iostream>

template class fc::api<graphene::app::database_api>;

Expand Down
4 changes: 0 additions & 4 deletions libraries/app/database_api_impl.hxx
Expand Up @@ -25,10 +25,6 @@
#include <graphene/app/database_api.hpp>

#include <fc/bloom_filter.hpp>
#include <fc/rpc/api_connection.hpp>

#include <cctype>
#include <cfenv>

#define GET_REQUIRED_FEES_MAX_RECURSION 4

Expand Down

0 comments on commit 62fc622

Please sign in to comment.