Commit 45187a0f authored by DallasTrinkle's avatar DallasTrinkle
Browse files

Fix system header #include style.

parent 7409c6d7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@
                       conform with pairing
------------------------------------------------------------------------- */

#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pair_meam_spline.h"
#include "atom.h"
#include "force.h"