Move types/topology.h to topology/
[alexxy/gromacs.git] / src / gromacs / gmxana / nsfactor.c
index ad1517bb5712357e6cc3b11c8aec19f7f44acd97..475ee2b00a344f131c992da786f0715d643e0fa4 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 "nsfactor.h"
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
 #include <string.h>
 
-#include "gromacs/math/vec.h"
-#include "nsfactor.h"
-
-#include "gromacs/utility/futil.h"
 #include "gromacs/fileio/strdb.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/random/random.h"
+#include "gromacs/topology/topology.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/gmxomp.h"
 #include "gromacs/utility/smalloc.h"