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

@@ -1,13 +1,7 @@
#include "SampleInterfaces.h"
#include "PerfTimer.h"
#include "Recast.h"
#include "SDL_opengl.h"
#include <algorithm>
#include <cstdarg>
#include <cstdio>
#ifdef WIN32
# define snprintf _snprintf
# include <io.h>