mirror of
https://github.com/aap/librw.git
synced 2025-12-23 02:49:55 +00:00
switched all c++ includes to c
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cassert>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "rwbase.h"
|
||||
#include "rwerror.h"
|
||||
|
||||
Reference in New Issue
Block a user