From d71a1efa9205a8a944b56c69227fda88855e5789 Mon Sep 17 00:00:00 2001 From: elsid Date: Sat, 23 Apr 2022 00:33:53 +0200 Subject: [PATCH] Rename components/esm4/acti.hpp -> components/esm4/loadacti.hpp --- apps/openmw_test_suite/esm4/includes.cpp | 2 +- components/esm4/loadacti.cpp | 2 +- components/esm4/{acti.hpp => loadacti.hpp} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename components/esm4/{acti.hpp => loadacti.hpp} (100%) diff --git a/apps/openmw_test_suite/esm4/includes.cpp b/apps/openmw_test_suite/esm4/includes.cpp index 8272571099..3c6be55230 100644 --- a/apps/openmw_test_suite/esm4/includes.cpp +++ b/apps/openmw_test_suite/esm4/includes.cpp @@ -1,4 +1,3 @@ -#include #include #include #include @@ -8,6 +7,7 @@ #include #include #include +#include #include #include #include diff --git a/components/esm4/loadacti.cpp b/components/esm4/loadacti.cpp index cdfd6972fc..801cb9cdd8 100644 --- a/components/esm4/loadacti.cpp +++ b/components/esm4/loadacti.cpp @@ -24,7 +24,7 @@ trial & error. See http://en.uesp.net/wiki for details. */ -#include "acti.hpp" +#include "loadacti.hpp" #include #include // FIXME diff --git a/components/esm4/acti.hpp b/components/esm4/loadacti.hpp similarity index 100% rename from components/esm4/acti.hpp rename to components/esm4/loadacti.hpp