Only include net.h when we have to

This commit is contained in:
Jordan Lewis
2011-05-14 16:20:30 -05:00
parent ed0c143242
commit 40c2614ef4
8 changed files with 13 additions and 1 deletions

View File

@@ -118,7 +118,6 @@
#include "bignum.h"
#include "base58.h"
#include "script.h"
#include "net.h"
#include "main.h"
#ifdef GUI
#include "uibase.h"