use c++ style system headers

This commit is contained in:
Axel Kohlmeyer
2018-08-23 10:27:51 -04:00
parent a04008cdfd
commit 59d3af44f2

View File

@ -15,10 +15,10 @@
Contributing author: Sergey Lishchuk Contributing author: Sergey Lishchuk
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <cmath>
#include "pair_atm.h" #include "pair_atm.h"
#include <math.h>
#include "atom.h" #include "atom.h"
#include "citeme.h" #include "citeme.h"
#include "comm.h" #include "comm.h"