update #include statements for system includes

This commit is contained in:
Axel Kohlmeyer
2016-10-12 00:00:53 -04:00
parent 6b4ab0a390
commit c24bf512f3
2 changed files with 5 additions and 5 deletions

View File

@ -11,8 +11,8 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "stdio.h"
#include "string.h"
#include <stdio.h>
#include <string.h>
#include "fix_dpd_energy.h"
#include "atom.h"
#include "force.h"