replace C-style include files with their C++ equivalents
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <string.h>
|
||||
#include <cstring>
|
||||
#include "write_dump.h"
|
||||
#include "style_dump.h"
|
||||
#include "dump.h"
|
||||
|
||||
Reference in New Issue
Block a user