Use modern names for standard headers

This commit is contained in:
Tim Wojtulewicz 2025-05-06 16:04:22 -07:00
parent 4b2ed67eaf
commit ad50443590
17 changed files with 23 additions and 26 deletions

View file

@ -2,7 +2,7 @@
#pragma once
#include <stdarg.h>
#include <cstdarg>
#include <list>
#include <map>
#include <string>