update include statement format

This commit is contained in:
Axel Kohlmeyer
2016-10-05 22:34:44 -04:00
parent 02bfa898ee
commit f9f955d5b5
19 changed files with 41 additions and 41 deletions

View File

@ -11,7 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "string.h"
#include <string.h>
#include "compute_dipole_chunk.h"
#include "atom.h"
#include "update.h"