small headers ordering cleanup

- keep headers in alphabetical order
- fix Makefile.am (2 files in 1 line - leftover)
- remove some spaces etc.
This commit is contained in:
Philip Kaufmann
2014-01-11 18:14:29 +01:00
parent 5a407bd095
commit c037531d69
5 changed files with 11 additions and 11 deletions

View File

@@ -8,8 +8,8 @@
#include "base58.h"
#include "init.h"
#include "main.h"
#include "util.h"
#include "ui_interface.h"
#include "util.h"
#ifdef ENABLE_WALLET
#include "wallet.h"
#endif