revert master changes that were brought in previous commit

This commit is contained in:
pbattu123 2019-08-22 09:54:52 -03:00
parent 481fac17d5
commit 2486eddb5d
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@
#include <graphene/chain/protocol/types.hpp>
#include <graphene/db/object.hpp>
#include <graphene/db/generic_index.hpp>
#include <boost/multi_index/composite_key.hpp>
namespace graphene { namespace chain {

View file

@ -29,6 +29,7 @@
#include <graphene/chain/protocol/event.hpp>
#include <sstream>
#include <boost/multi_index/composite_key.hpp>
namespace graphene { namespace chain {
class event_object;