Merge pull request #4852

5e83bc4 [Qt] include and file header cleanup (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan
2014-09-22 12:06:09 +02:00
15 changed files with 39 additions and 25 deletions

View File

@@ -4,11 +4,12 @@
#include "splashscreen.h"
#include "version.h"
#include "clientversion.h"
#include "init.h"
#include "ui_interface.h"
#include "util.h"
#include "version.h"
#ifdef ENABLE_WALLET
#include "wallet.h"
#endif