diff options
| author | LongShao007 <[email protected]> | 2014-05-22 21:41:59 +0800 |
|---|---|---|
| committer | LongShao007 <[email protected]> | 2014-05-22 21:41:59 +0800 |
| commit | d90491a766e7ab5e9cc0a6207fe8ad88a803dfb1 (patch) | |
| tree | 292dde732cb34169980631eaa370eb0ecaa631f0 /src/qt/test/test_main.cpp | |
| parent | Remove forward declaration for non-existent class CCoinsDB (diff) | |
| download | discoin-d90491a766e7ab5e9cc0a6207fe8ad88a803dfb1.tar.xz discoin-d90491a766e7ab5e9cc0a6207fe8ad88a803dfb1.zip | |
Update test_main.cpp
i think should delete (#include "bitcoin-config.h")。
Diffstat (limited to 'src/qt/test/test_main.cpp')
| -rw-r--r-- | src/qt/test/test_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp index a2adb0032..220da28cf 100644 --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -1,4 +1,3 @@ -#include "bitcoin-config.h" #if defined(HAVE_CONFIG_H) #include "bitcoin-config.h" #endif |