Includes: Do not include main.h from any other header

This commit is contained in:
Jorge Timón
2015-02-05 01:21:11 +01:00
parent eca0b1ea62
commit 8a893c949b
12 changed files with 22 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
#include "base58.h"
#include "checkpoints.h"
#include "coincontrol.h"
#include "main.h"
#include "net.h"
#include "script/script.h"
#include "script/sign.h"