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

@@ -13,6 +13,7 @@
#include "ui_interface.h"
#include "util.h"
#include "utilstrencodings.h"
#include "warnings.h"
#include <boost/foreach.hpp>