@ -27,9 +27,6 @@
#include <map>
// Make sure boost/asio.hpp is included before windows.h.
#include <boost/asio.hpp>
#include <QtNetwork/QNetworkAccessManager>
#include <QtCore/QAbstractListModel>
#include <QtCore/QMutex>
@ -20,7 +20,6 @@
*/
#include <queue>
#include <QtCore/QObject>
#include <libdevcore/Guards.h>
#include <libethcore/CommonJS.h>
@ -19,6 +19,9 @@
* @date 2015
#include "Transact.h"
#include <fstream>
@ -26,8 +26,6 @@
#include <iostream>
#include <signal.h>
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/trim_all.hpp>
@ -1,8 +1,5 @@
#pragma once
#include "Account.h"
#include "CanonBlockChain.h"
#include "Client.h"
@ -28,8 +28,6 @@
#include <string>
#include <array>
#include <boost/utility.hpp>
#include <libdevcore/Common.h>
@ -29,9 +29,6 @@
#include <utility>
#include <thread>
#include <libdevcore/Worker.h>
#include <libdevcore/RangeMask.h>
@ -25,8 +25,6 @@
#include <mutex>
@ -31,9 +31,6 @@
#include <chrono>
#include <ifaddrs.h>
#endif
@ -24,8 +24,6 @@
#include <algorithm>
#include <deque>
#include <boost/integer/static_log2.hpp>
#include <libp2p/UDP.h>
@ -28,9 +28,6 @@
#include <memory>
#include <libdevcore/RLP.h>
#include <libdevcrypto/Common.h>
#include <libdevcrypto/SHA3.h>
#include <boost/filesystem.hpp>
#include <libdevcore/Log.h>
@ -24,9 +24,6 @@
@ -22,9 +22,6 @@
* - KeyEventManager
#include <QMessageBox>
#include <QClipboard>
#include <QQmlComponent>
#include <QUrl>
#include <QObject>
@ -20,9 +20,6 @@
* Ethereum IDE client.
#include <QQuickItem>
#include <QGraphicsObject>
#include <QQmlEngine>
@ -22,6 +22,9 @@
#include <QStringList>
#include <QMap>
#include <QDebug>
#include <QQmlApplicationEngine>
#include <libevm/VM.h>
#include <libwebthree/WebThree.h>
#include "Extension.h"
@ -19,9 +19,6 @@
#include <QApplication>
@ -21,9 +21,6 @@
#include <libsolidity/CompilerStack.h>
#include <libsolidity/AST.h>
#include <libsolidity/Scanner.h>
#include <boost/filesystem/path.hpp>
#include <libethereum/Client.h>
@ -23,8 +23,6 @@
#include <functional>
#include <boost/test/unit_test.hpp>
#include "JsonSpiritHeaders.h"
* Check a random test and return 0/1 for success or failure. To be used for efficiency in the random test simulation.
#include <libdevcore/Exceptions.h>
#include <boost/random.hpp>
@ -20,8 +20,6 @@
* Tests for different forking behavior
#include <boost/filesystem/operations.hpp>
#include <random>
@ -22,8 +22,6 @@
@ -19,8 +19,6 @@
* @date 2014
#include <sstream>
* State test functions.
* Simple peer transaction send test.
#include <libethereum/Executive.h>
@ -26,8 +26,6 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
#include <cstdint>
#include <json_spirit/json_spirit.h>
#include <libp2p/Host.h>
@ -21,8 +21,6 @@
#include <QtNetwork/QNetworkReply>