Clean up includes in cpp files

This commit is contained in:
Graham Pentheny
2025-08-31 23:24:05 -04:00
parent c2850d1503
commit e0917fd547
16 changed files with 26 additions and 104 deletions

View File

@@ -20,15 +20,10 @@
#include "DetourDebugDraw.h"
#include "InputGeom.h"
#include "Recast.h"
#include "Sample.h"
#include "imguiHelpers.h"
#include <imgui.h>
#include <cfloat>
#include <cmath>
void OffMeshConnectionTool::init(Sample* newSample)
{
if (sample == newSample)