Merge pull request #2154 from CodeShark/dependencycleanup

Clean up code dependencies
This commit is contained in:
Jeff Garzik
2013-06-10 06:17:38 -07:00
30 changed files with 1104 additions and 1024 deletions

View File

@@ -154,6 +154,7 @@ HEADERS += src/qt/bitcoingui.h \
src/hash.h \
src/uint256.h \
src/serialize.h \
src/core.h \
src/main.h \
src/net.h \
src/key.h \
@@ -233,6 +234,7 @@ SOURCES += src/qt/bitcoin.cpp \
src/netbase.cpp \
src/key.cpp \
src/script.cpp \
src/core.cpp \
src/main.cpp \
src/init.cpp \
src/net.cpp \