Move GetWarnings() into its own file.

This commit is contained in:
Gregory Maxwell
2016-11-30 06:07:42 +00:00
parent e3ba0ef956
commit 749be013f5
9 changed files with 116 additions and 89 deletions

View File

@@ -41,6 +41,7 @@
#ifdef ENABLE_WALLET
#include "wallet/wallet.h"
#endif
#include "warnings.h"
#include <stdint.h>
#include <stdio.h>
#include <memory>