Commit c24bf512 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update #include statements for system includes

parent 6b4ab0a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
   Contributing authors: Dan Bolintineanu (SNL)
------------------------------------------------------------------------- */

#include "math.h"
#include "stdlib.h"
#include "string.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "fix_wall_gran_region.h"
#include "region.h"
#include "atom.h"
+2 −2
Original line number Diff line number Diff line
@@ -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"