Browse Source

Include file orders altered for clang.

cl-refactor
Gav Wood 11 years ago
parent
commit
5eeae63c36
  1. 2
      libethereum/Client.cpp
  2. 1
      libethereum/Client.h

2
libethereum/Client.cpp

@ -24,8 +24,6 @@
#include <chrono>
#include <thread>
#include <boost/filesystem.hpp>
#include <libethential/Common.h>
#include <libethential/CommonIO.h>
#include <libethential/Log.h>
#include "Defaults.h"
#include "PeerServer.h"

1
libethereum/Client.h

@ -26,6 +26,7 @@
#include <list>
#include <atomic>
#include <libethential/Common.h>
#include <libethential/CommonIO.h>
#include <libethcore/Dagger.h>
#include "BlockChain.h"
#include "TransactionQueue.h"

Loading…
Cancel
Save