aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/network_throttle.hpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-08-07 15:13:07 +0200
committerRiccardo Spagni <ric@spagni.net>2017-08-07 15:13:07 +0200
commitea46a5527a26eab8dbf664396c8186031b7d50b3 (patch)
tree89bdc857790b852a1a3964292a69dd77de310c0a /src/p2p/network_throttle.hpp
parentMerge pull request #2230 (diff)
parentsome include cleanup (diff)
downloadmonero-ea46a5527a26eab8dbf664396c8186031b7d50b3.tar.xz
Merge pull request #2234
214fd81e some include cleanup (moneromooo-monero)
Diffstat (limited to 'src/p2p/network_throttle.hpp')
-rw-r--r--src/p2p/network_throttle.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p2p/network_throttle.hpp b/src/p2p/network_throttle.hpp
index 81d77d5c0..9853df5e1 100644
--- a/src/p2p/network_throttle.hpp
+++ b/src/p2p/network_throttle.hpp
@@ -54,8 +54,8 @@
#include "syncobj.h"
-#include "../../contrib/epee/include/net/net_utils_base.h"
-#include "../../contrib/epee/include/misc_log_ex.h"
+#include "net/net_utils_base.h"
+#include "misc_log_ex.h"
#include <boost/lambda/bind.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/uuid/random_generator.hpp>