Move mtop_util.* and topsort.* to topology/
[alexxy/gromacs.git] / src / gromacs / topology / mtop_util.c
similarity index 99%
rename from src/gromacs/gmxlib/mtop_util.c
rename to src/gromacs/topology/mtop_util.c
index 04daeb5d19ef34233dc403584bab323f7496de86..9c04dc2e2c7c43aa948fcfac140cf01f0f8aa1e9 100644 (file)
@@ -32,6 +32,7 @@
  * 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/mtop_util.h"
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "mtop_util.h"
-#include "topsort.h"
+#include "gromacs/legacyheaders/types/ifunc.h"
+#include "gromacs/legacyheaders/types/inputrec.h"
 
 #include "gromacs/topology/block.h"
 #include "gromacs/topology/symtab.h"
+#include "gromacs/topology/topology.h"
+#include "gromacs/topology/topsort.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"