From 086f10c183bea224642c932aaa55d31ef9b9663f Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 4 Nov 2020 23:56:42 +0000 Subject: [PATCH] Remove includes already in header --- src/openrct2/localisation/Formatting.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2/localisation/Formatting.cpp b/src/openrct2/localisation/Formatting.cpp index 0a8de0cfab..030e814867 100644 --- a/src/openrct2/localisation/Formatting.cpp +++ b/src/openrct2/localisation/Formatting.cpp @@ -11,8 +11,6 @@ #include "../config/Config.h" #include "../util/Util.h" -#include "FormatCodes.h" -#include "Language.h" #include "Localisation.h" #include "StringIds.h"