Reorganize includes a bit. 267/head
authorsvost <ya.nowa@yandex.ru>
Sun, 24 Jan 2016 17:21:44 +0000 (20:21 +0300)
committersvost <ya.nowa@yandex.ru>
Sun, 24 Jan 2016 17:21:44 +0000 (20:21 +0300)
net.h via main.h
protocol.h via addrman.h

src/main.cpp
src/net.h

index f6adb17..3cf5d0d 100644 (file)
@@ -7,7 +7,6 @@
 #include "checkpoints.h"
 #include "db.h"
 #include "txdb.h"
-#include "net.h"
 #include "init.h"
 #include "ui_interface.h"
 #include "checkqueue.h"
index 4045b5e..3c140fe 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -19,7 +19,6 @@
 
 #include "mruset.h"
 #include "netbase.h"
-#include "protocol.h"
 #include "addrman.h"
 #include "hash.h"