diff options
| author | Cory Fields <[email protected]> | 2016-12-27 17:13:51 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2017-01-03 17:56:21 -0500 |
| commit | 67ee4ec9015592c8447955356adfcbb1bf473e32 (patch) | |
| tree | c6c51f412004c64eaced222e369e4b1a95991b4b /src/net.cpp | |
| parent | net: make proxy receives interruptible (diff) | |
| download | discoin-67ee4ec9015592c8447955356adfcbb1bf473e32.tar.xz discoin-67ee4ec9015592c8447955356adfcbb1bf473e32.zip | |
net: misc header cleanups
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.cpp b/src/net.cpp index 7e16e2382..66c853915 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -35,8 +35,6 @@ #include <miniupnpc/upnperrors.h> #endif -#include <boost/filesystem.hpp> -#include <boost/thread.hpp> #include <math.h> |