Commit 590ab166 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

convert more system headers to c++ style

parent 08b135ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"