Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / splitter.c
index a3797c49f4e3f2b719b171767e8ed1e67a57bb2e..cb2eb90f6b976fb595d82462a4baaf291760d9c1 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "splitter.h"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gromacs/legacyheaders/splitter.h"
 
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "macros.h"
-
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/pbcutil/mshift.h"
 #include "gromacs/topology/block.h"
 #include "gromacs/topology/idef.h"