switched all c++ includes to c

This commit is contained in:
aap
2020-04-30 17:54:38 +02:00
parent d732817759
commit 9a57633953
60 changed files with 225 additions and 225 deletions

View File

@@ -1,4 +1,4 @@
#include <cstdio>
#include <stdio.h>
#include "rwbase.h"
#include "rwerror.h"