[Qt] small Qt-only include cleanup

This commit is contained in:
Philip Kaufmann
2014-07-25 17:43:41 +02:00
parent 3955c3940e
commit f65352a7d0
4 changed files with 6 additions and 6 deletions

View File

@@ -11,11 +11,11 @@
#include "db.h"
#include "main.h"
#include "paymentserver.h"
#include "script.h"
#include "transactionrecord.h"
#include "timedata.h"
#include "ui_interface.h"
#include "wallet.h"
#include "script.h"
#include <stdint.h>
#include <string>