Cleaned up includes.

This commit is contained in:
Martin Felis
2025-04-11 13:03:38 +02:00
parent 36c7f7a11e
commit d32c247cc0
10 changed files with 13 additions and 18 deletions
+1
View File
@@ -6,6 +6,7 @@
#define ANIMTESTBED_ANIMGRAPHBLENDTREE_H
#include <algorithm>
#include <iostream>
#include "AnimNode.h"
-1
View File
@@ -8,7 +8,6 @@
#include <ozz/base/maths/soa_transform.h>
#include <cstring>
#include <iostream>
#include <list>
#include <map>
#include <string>
+2
View File
@@ -5,6 +5,8 @@
#ifndef ANIMTESTBED_ANIMGRAPHRESOURCE_H
#define ANIMTESTBED_ANIMGRAPHRESOURCE_H
#include <iostream>
#include "3rdparty/json/json.hpp"
#include "AnimGraphNodes.h"
+5
View File
@@ -0,0 +1,5 @@
//
// Created by martin on 19.11.21.
//
#include "SyncTrack.h"