Skip to content

Commit 62fc622

Browse files
committed
Update includes
1 parent 3a6fbc4 commit 62fc622

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

libraries/app/database_api.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,17 @@
2424

2525
#include "database_api_impl.hxx"
2626

27-
#include <graphene/app/database_api.hpp>
2827
#include <graphene/app/util.hpp>
2928
#include <graphene/chain/get_config.hpp>
3029
#include <graphene/chain/hardfork.hpp>
3130
#include <graphene/protocol/pts_address.hpp>
3231

3332
#include <fc/crypto/hex.hpp>
33+
#include <fc/rpc/api_connection.hpp>
3434

3535
#include <boost/range/iterator_range.hpp>
3636

3737
#include <cctype>
38-
#include <cfenv>
39-
#include <iostream>
4038

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

libraries/app/database_api_impl.hxx

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
#include <graphene/app/database_api.hpp>
2626

2727
#include <fc/bloom_filter.hpp>
28-
#include <fc/rpc/api_connection.hpp>
29-
30-
#include <cctype>
31-
#include <cfenv>
3228

3329
#define GET_REQUIRED_FEES_MAX_RECURSION 4
3430

0 commit comments

Comments
 (0)