[v0.20] Always use C++ includes when possible for consistency

This commit is contained in:
Dr-Noob
2021-12-19 11:30:10 +01:00
parent d9a0a428e4
commit e7477610e1
17 changed files with 32 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "args.hpp"
#include "global.hpp"