Remove headers.h

This commit is contained in:
Pieter Wuille
2012-04-15 22:10:54 +02:00
parent b97d54355e
commit ed6d0b5f85
39 changed files with 288 additions and 328 deletions

View File

@@ -2,7 +2,7 @@
#include "guiutil.h"
#include "walletmodel.h"
#include "headers.h"
#include "wallet.h"
#include <QFont>
#include <QColor>

View File

@@ -7,7 +7,6 @@
#include "optionsmodel.h"
#include "guiutil.h"
#include "headers.h"
#include "init.h"
#include "qtipcserver.h"

View File

@@ -4,7 +4,7 @@
#include "addresstablemodel.h"
#include "transactiontablemodel.h"
#include "headers.h"
#include "main.h"
#include <QDateTime>

View File

@@ -3,8 +3,6 @@
#include "walletmodel.h"
#include "bitcoinunits.h"
#include "headers.h"
#include <QString>
#include <QDateTime>
#include <QDoubleValidator>

View File

@@ -2,8 +2,8 @@
#include "bitcoinunits.h"
#include <QSettings>
#include "headers.h"
#include "init.h"
#include "db.h"
OptionsModel::OptionsModel(QObject *parent) :
QAbstractListModel(parent)

View File

@@ -7,7 +7,7 @@
#include <boost/tokenizer.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include "headers.h"
#include "util.h"
#include "qtipcserver.h"
using namespace boost::interprocess;

View File

@@ -3,7 +3,9 @@
#include "guiutil.h"
#include "bitcoinunits.h"
#include "headers.h"
#include "main.h"
#include "wallet.h"
#include "db.h"
#include "ui_interface.h"
#include <QString>

View File

@@ -1,6 +1,6 @@
#include "transactionrecord.h"
#include "headers.h"
#include "wallet.h"
/* Return positive answer if transaction should be shown in list.
*/

View File

@@ -8,7 +8,7 @@
#include "addresstablemodel.h"
#include "bitcoinunits.h"
#include "headers.h"
#include "wallet.h"
#include <QLocale>
#include <QList>

View File

@@ -4,7 +4,7 @@
#include "addresstablemodel.h"
#include "transactiontablemodel.h"
#include "headers.h"
#include "wallet.h"
#include "db.h" // for BackupWallet
#include <QSet>