Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / topology / topsort.c
index 3cae133ac7786778c3d33f5d1903b16f7e666f7c..1f8749916616d201eb55eb5b309eda5f7fe0ee80 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 "gromacs/topology/topsort.h"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "topsort.h"
 
 #include <stdio.h>
 
 #include "gromacs/legacyheaders/types/ifunc.h"
-
 #include "gromacs/topology/topology.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"