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,7 +1,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "rwbase.h"
#include "rwerror.h"