mirror of
https://github.com/aap/librw.git
synced 2026-08-10 09:37:04 +01:00
switched all c++ includes to c
This commit is contained in:
+6
-6
@@ -1,9 +1,9 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
#include <cmath>
|
||||
#include <cctype>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "rwbase.h"
|
||||
#include "rwerror.h"
|
||||
|
||||
Reference in New Issue
Block a user