From d968c5fff29a28809c3482b6bd9a39c090541aef Mon Sep 17 00:00:00 2001 From: svost Date: Sun, 24 Jan 2016 20:21:44 +0300 Subject: [PATCH] Reorganize includes a bit. net.h via main.h protocol.h via addrman.h --- src/main.cpp | 1 - src/net.h | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f6adb17..3cf5d0d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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" diff --git a/src/net.h b/src/net.h index 4045b5e..3c140fe 100644 --- 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" -- 1.7.1