From 0b86e517ad733c8740c519332aa4c0e9035dbaab Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 17 Jun 2019 10:56:52 +0300 Subject: Refactor out translation.h This is a prerequisite for introducing bilingual error messages. Note: #includes are arranged by clang-format-diff.py script. --- src/warnings.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/warnings.cpp') diff --git a/src/warnings.cpp b/src/warnings.cpp index 5542412a7f..2a81882583 100644 --- a/src/warnings.cpp +++ b/src/warnings.cpp @@ -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 + #include #include -#include +#include static RecursiveMutex cs_warnings; static std::string strMiscWarning GUARDED_BY(cs_warnings); -- cgit v1.2.3