Skip to content

Commit

Permalink
Changed include style from local "" to library style <>
Browse files Browse the repository at this point in the history
Removed redundant code in coin explorer, which also closes bitcoin#6
  • Loading branch information
Michael Gronager authored and Michael Gronager committed Feb 10, 2012
1 parent 4e4d538 commit e40837d
Show file tree
Hide file tree
Showing 106 changed files with 320 additions and 851 deletions.
16 changes: 8 additions & 8 deletions applications/bitcoind/bitcoind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
*/


#include "coinChain/Node.h"
#include "coinChain/NodeRPC.h"
#include <coinChain/Node.h>
#include <coinChain/NodeRPC.h>

#include "coinHTTP/Server.h"
#include "coinHTTP/Client.h"
#include <coinHTTP/Server.h>
#include <coinHTTP/Client.h>

#include "coinWallet/Wallet.h"
#include "coinWallet/WalletRPC.h"
#include <coinWallet/Wallet.h>
#include <coinWallet/WalletRPC.h>

#include "coinMine/Miner.h"
#include "coinMine/MinerRPC.h"
#include <coinMine/Miner.h>
#include <coinMine/MinerRPC.h>

#include <boost/thread.hpp>
#include <boost/program_options.hpp>
Expand Down

0 comments on commit e40837d

Please sign in to comment.