Move mtop_util.* and topsort.* to topology/
[alexxy/gromacs.git] / src / gromacs / topology / topsort.c
similarity index 98%
rename from src/gromacs/gmxlib/topsort.c
rename to src/gromacs/topology/topsort.c
index 0fe9719a7cc6238c0bd189f522c1e6d120d0c06c..3cae133ac7786778c3d33f5d1903b16f7e666f7c 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"
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
-#include "typedefs.h"
-#include "topsort.h"
-#include "gromacs/utility/smalloc.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"
 
 static gmx_bool ip_pert(int ftype, const t_iparams *ip)
 {