From d9d2b2373dcbdff3c1cef0f36676ee1e05dcd00c Mon Sep 17 00:00:00 2001 From: Ted John Date: Thu, 18 Jan 2018 12:55:34 +0000 Subject: [PATCH] Rename crash.h to Crash.h --- src/openrct2/Context.cpp | 2 +- src/openrct2/cmdline/RootCommands.cpp | 2 +- src/openrct2/platform/Crash.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openrct2/Context.cpp b/src/openrct2/Context.cpp index 0e44079c9b..04ddcb5cbd 100644 --- a/src/openrct2/Context.cpp +++ b/src/openrct2/Context.cpp @@ -38,7 +38,7 @@ #include "object/ObjectRepository.h" #include "OpenRCT2.h" #include "ParkImporter.h" -#include "platform/crash.h" +#include "platform/Crash.h" #include "PlatformEnvironment.h" #include "ride/TrackDesignRepository.h" #include "scenario/ScenarioRepository.h" diff --git a/src/openrct2/cmdline/RootCommands.cpp b/src/openrct2/cmdline/RootCommands.cpp index f4b2b6a108..68e63b89cf 100644 --- a/src/openrct2/cmdline/RootCommands.cpp +++ b/src/openrct2/cmdline/RootCommands.cpp @@ -19,7 +19,7 @@ #include "../core/Guard.hpp" #include "../config/Config.h" -#include "../platform/crash.h" +#include "../platform/Crash.h" #include "../platform/platform.h" #include "../localisation/Language.h" diff --git a/src/openrct2/platform/Crash.cpp b/src/openrct2/platform/Crash.cpp index 1a67869a2e..e29429d1ca 100644 --- a/src/openrct2/platform/Crash.cpp +++ b/src/openrct2/platform/Crash.cpp @@ -14,7 +14,7 @@ *****************************************************************************/ #pragma endregion -#include "crash.h" +#include "Crash.h" #ifdef USE_BREAKPAD #include