[Qt] include and file header cleanup

- alphabetical ordering
- correct ordering own headers before normal headers etc.
This commit is contained in:
Philip Kaufmann
2014-09-05 13:18:35 +02:00
parent 7fd8813675
commit 5e83bc404c
15 changed files with 39 additions and 25 deletions

View File

@@ -15,6 +15,7 @@
#include "main.h"
#include "net.h"
#include "txdb.h" // for -dbcache defaults
#ifdef ENABLE_WALLET
#include "wallet.h"
#include "walletdb.h"