Refactor out translation.h

This is a prerequisite for introducing bilingual error messages.
Note: #includes are arranged by clang-format-diff.py script.
This commit is contained in:
Hennadii Stepanov
2019-06-17 10:56:52 +03:00
parent 0626b8cbdf
commit 0b86e517ad
26 changed files with 81 additions and 39 deletions

View File

@@ -3,9 +3,11 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <warnings.h>
#include <sync.h>
#include <util/system.h>
#include <warnings.h>
#include <util/translation.h>
static RecursiveMutex cs_warnings;
static std::string strMiscWarning GUARDED_BY(cs_warnings);