Move atomprop.* to topology/
[alexxy/gromacs.git] / src / gromacs / tools / check.c
index 91ecdded11fd6d7df41001ef30f93f64180a9985..47c703efa5aef4909c3f4aab19b83ff68d555891 100644 (file)
 #include <string.h>
 
 #include "macros.h"
-#include "gromacs/commandline/pargs.h"
 #include "txtdump.h"
-#include "gromacs/utility/fatalerror.h"
-#include "atomprop.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/math/units.h"
 #include "index.h"
-#include "gromacs/utility/smalloc.h"
 #include "names.h"
-#include "gromacs/topology/mtop_util.h"
 #include "gromacs/utility/futil.h"
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/fileio/trnio.h"
 #include "gromacs/fileio/enxio.h"
 #include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trxio.h"
+
+#include "gromacs/commandline/pargs.h"
+#include "gromacs/pbcutil/pbc.h"
+#include "gromacs/topology/atomprop.h"
 #include "gromacs/topology/block.h"
+#include "gromacs/topology/mtop_util.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/smalloc.h"
 
 #include "compare.h"