replace C-style include files with their C++ equivalents
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include <mpi.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "error.h"
|
||||
#include "universe.h"
|
||||
#include "output.h"
|
||||
|
||||
Reference in New Issue
Block a user