cleanup headers

This commit is contained in:
adityapk00
2018-11-21 18:28:19 -08:00
parent 92ec877c84
commit 852df8e7b1
5 changed files with 0 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
#include "addresscombo.h"
#include "addressbook.h"
#include "settings.h"

View File

@@ -6,9 +6,6 @@
#include "settings.h"
#include "rpc.h"
#include "precompiled.h"
using json = nlohmann::json;
void MainWindow::setupSendTab() {

View File

@@ -1,5 +1,3 @@
#include "precompiled.h"
#include "mainwindow.h"
#include "settings.h"

View File

@@ -2,11 +2,8 @@
#include "mainwindow.h"
#include "balancestablemodel.h"
#include "rpc.h"
#include "settings.h"
#include "precompiled.h"
using json = nlohmann::json;
Turnstile::Turnstile(RPC* _rpc, MainWindow* mainwindow) {

View File

@@ -1,6 +1,5 @@
#include "txtablemodel.h"
#include "settings.h"
#include "rpc.h"
TxTableModel::TxTableModel(QObject *parent)