diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-31 16:36:52 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-31 16:36:52 +0100 |
commit | 214fd81e9362f183603bacdb671e06192dcb5808 (patch) | |
tree | 9c5700af7dc8a1915892928fd9189b9cf99065e8 /src/p2p/network_throttle.cpp | |
parent | Merge pull request #2159 (diff) | |
download | monero-214fd81e9362f183603bacdb671e06192dcb5808.tar.xz |
some include cleanup
Diffstat (limited to 'src/p2p/network_throttle.cpp')
-rw-r--r-- | src/p2p/network_throttle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/network_throttle.cpp b/src/p2p/network_throttle.cpp index 6d68f3286..a1b115617 100644 --- a/src/p2p/network_throttle.cpp +++ b/src/p2p/network_throttle.cpp @@ -54,7 +54,7 @@ Throttling work by: // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#include "../../src/p2p/network_throttle-detail.hpp" +#include "network_throttle-detail.hpp" namespace epee { |