diff options
author | LongShao007 <007longshao@gmail.com> | 2014-05-22 21:41:59 +0800 |
---|---|---|
committer | LongShao007 <007longshao@gmail.com> | 2014-05-22 21:41:59 +0800 |
commit | d90491a766e7ab5e9cc0a6207fe8ad88a803dfb1 (patch) | |
tree | 292dde732cb34169980631eaa370eb0ecaa631f0 /src/qt/test | |
parent | a48355dc44e8b86c2fc9f8b7973ac9e81a295be7 (diff) |
Update test_main.cpp
i think should delete (#include "bitcoin-config.h")。
Diffstat (limited to 'src/qt/test')
-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 a2adb00327..220da28cfe 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 |