convert more system headers to c++ style

This commit is contained in:
Axel Kohlmeyer
2018-10-02 15:17:11 -04:00
parent 08b135ce6b
commit 590ab1661e

View File

@ -12,8 +12,8 @@
------------------------------------------------------------------------- */
#include <cmath>
#include <string.h>
#include <stdlib.h>
#include <cstring>
#include <cstdlib>
#include "compute_pressure_cylinder.h"
#include "atom.h"
#include "update.h"