Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / edittop.c
index 824ea489765f5ecac8de2d7b8c61b78042157e1b..3a5357c731391c6711b76f87aeb7a406f4a88088 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.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/topology/symtab.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 void replace_atom(t_topology *top, int inr, char *anm, char *resnm,
                   real q, real m, int type)