summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchez <Archez@users.noreply.github.com>2024-04-07 21:53:58 -0400
committerGitHub <noreply@github.com>2024-04-07 21:53:58 -0400
commit8c88631bf691f0abbab48127cabc55d2a704e022 (patch)
tree014ef1234351e64d23b8ff432c3bbff2fdce9a66
parenta406a7d4310c26f6e7aeece3bb4475cd8fd2d9e3 (diff)
support ripping out unused stuff (#20) (#11)
Co-authored-by: briaguya <70942617+briaguya-ai@users.noreply.github.com>
-rw-r--r--ZAPD/ZAnimation.h1
-rw-r--r--ZAPD/ZRoom/Commands/SetPathways.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/ZAPD/ZAnimation.h b/ZAPD/ZAnimation.h
index 157fb34..a249037 100644
--- a/ZAPD/ZAnimation.h
+++ b/ZAPD/ZAnimation.h
@@ -3,7 +3,6 @@
#include <cstdint>
#include <string>
#include <vector>
-#include "Vec3s.h"
#include "ZResource.h"
#include "ZSkeleton.h"
#include "tinyxml2.h"
diff --git a/ZAPD/ZRoom/Commands/SetPathways.h b/ZAPD/ZRoom/Commands/SetPathways.h
index 9abc93d..b9d2a2f 100644
--- a/ZAPD/ZRoom/Commands/SetPathways.h
+++ b/ZAPD/ZRoom/Commands/SetPathways.h
@@ -1,6 +1,5 @@
#pragma once
-#include "Vec3s.h"
#include "ZPath.h"
#include "ZResource.h"
#include "ZRoom/ZRoomCommand.h"