]> Git Repo - VerusCoin.git/commit
core: remove includes in .cpp, if header is already in .h
authorPhilip Kaufmann <[email protected]>
Fri, 15 Nov 2013 11:20:16 +0000 (12:20 +0100)
committerPhilip Kaufmann <[email protected]>
Fri, 15 Nov 2013 11:20:16 +0000 (12:20 +0100)
commit379778bde61f8589988cf113ec4c3961b8155b0a
tree624271d831bf2b74030bb33ab91f1bbffa4a057a
parent4fc241235c41fbf7f2592dfee11db5b7b71c17ad
core: remove includes in .cpp, if header is already in .h

- example: if util.h includes stdint.h, remove it from util.cpp, as
  util.h is the first header included in util.cpp
src/bitcoinrpc.cpp
src/core.cpp
src/main.cpp
src/miner.cpp
src/net.cpp
src/netbase.cpp
src/protocol.cpp
src/script.cpp
src/util.cpp
src/wallet.cpp
src/walletdb.cpp
This page took 0.02836 seconds and 4 git commands to generate.