More fixup of Outfit System code

This commit is contained in:
MetricExpansion 2020-10-27 23:39:10 -07:00
parent d4281d0f12
commit 52259574da
3 changed files with 8 additions and 8 deletions

View file

@ -6,11 +6,11 @@
#include "skse64/GameRTTI.h"
#include "RE/TESObjectARMO.h"
#include "RE/TESDataHandler.h"
#include "RE/Actor.h"
#include "RE/InventoryChanges.h"
#include "RE/InventoryEntryData.h"
#include "RE/FormComponents/TESForm/TESObject/TESBoundObject/TESObjectARMO.h"
#include "RE/FileIO/TESDataHandler.h"
#include "RE/FormComponents/TESForm/TESObjectREFR/Actor/Actor.h"
#include "RE/Inventory/InventoryChanges.h"
#include "RE/Inventory/InventoryEntryData.h"
#include "ArmorAddonOverrideService.h"
#include "cobb/strings.h"