manage stl includes
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
|
||||
// equality comparison for two 4-byte ident strings
|
||||
inline bool ident_equal( const unsigned char* ident, const unsigned char* other ){
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
#include "mdlimage.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "ifilesystem.h"
|
||||
#include "bytestreamutils.h"
|
||||
|
||||
Reference in New Issue
Block a user