mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user