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 #include #include -#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"