Avoid redundant redeclaration of GetWarnings(const string&)

std::string GetWarnings(const std::string& strFor) is declared in
warnings.h and defined in warnings.cpp.
This commit is contained in:
practicalswift
2017-07-18 15:11:18 +02:00
parent 7b6e8bc442
commit e0d459264f
6 changed files with 11 additions and 9 deletions

View File

@@ -21,6 +21,7 @@
#include "wallet/wallet.h"
#include "wallet/walletdb.h"
#endif
#include "warnings.h"
#include <stdint.h>
#ifdef HAVE_MALLOC_INFO