diff options
| author | Max Roncace <me@caseif.net> | 2025-08-25 18:34:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-25 15:34:26 -0700 |
| commit | 22573bf7a6bdfaaeef3777fee7879c3eeddf62b2 (patch) | |
| tree | 175162ca613f2fdeaa109fafef5281289bc28bb4 /src/d/actor/d_a_npc2.cpp | |
| parent | b309e0cf57ba36f0c3e01a205f7e097ae46f389b (diff) | |
Fix incorrect PCH being used in some framework objects (#2604)
Diffstat (limited to 'src/d/actor/d_a_npc2.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc2.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/d/actor/d_a_npc2.cpp b/src/d/actor/d_a_npc2.cpp index f2f4153ed5..d63cffe1e3 100644 --- a/src/d/actor/d_a_npc2.cpp +++ b/src/d/actor/d_a_npc2.cpp @@ -1,5 +1,3 @@ -#include "d/dolzel_rel.h" - #include "d/actor/d_a_npc.h" static s32 daBaseNpc_chkPnt(cXyz param_0, dPnt* param_1, u16 param_2, u16 param_3, int param_4, int param_5); |
