Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / ebin.c
index 7a03266f9b2fdd6bb8bd788a44071f00cd97a62f..8056f1f9bf252e0cec24df9997742506017fc105 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 /* This file is completely threadsafe - keep it that way! */
-#include "config.h"
+#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)
 {