Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / ebin.c
index 33a0742130c8aaf96893ad22a087d43c134bf7f9..8056f1f9bf252e0cec24df9997742506017fc105 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/ebin.h"
+
 #include <math.h>
 #include <string.h>
-#include "gromacs/utility/smalloc.h"
+
 #include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/ebin.h"
+#include "gromacs/math/units.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/math/units.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 t_ebin *mk_ebin(void)
 {