Skip to content

Commit

Permalink
Move rc_curve.hpp to normal include directory, fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Aug 23, 2018
1 parent f69464b commit d813799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**
* Note:
*
* This header is contained within a source directory because it is not meant to be used anywhere
* EXCEPT the rc plugin. The implementation uses floating point arithmetic which can be
* non-deterministic. This implementation is NOT suitable for a consensus level protocol.
*/

#pragma once
#include <steem/plugins/rc/rc_utility.hpp>
Expand Down
6 changes: 3 additions & 3 deletions libraries/plugins/rc/rc_curve.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include "rc_curve.hpp"

#include <steem/plugins/rc/rc_curve.hpp>
#include <steem/protocol/config.hpp>

#include <fc/exception/exception.hpp>
#include <fc/log/logger.hpp>
#include <fc/uint128.hpp>

#include <math.h>
#include <limits>
#include <cstdint>

namespace steem { namespace plugins { namespace rc {

Expand Down

0 comments on commit d813799

Please sign in to comment.