Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toppush.c
index fdefac9f1401f70fa0288375cd09bcc159bd2125..161940b72e0f2a73267baeab449016d12247b67d 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "toppush.h"
+
 #include <assert.h>
 #include <ctype.h>
 #include <math.h>
 #include <stdlib.h>
 
+#include "gromacs/gmxpreprocess/gpp_atomtype.h"
+#include "gromacs/gmxpreprocess/gpp_bond_atomtype.h"
+#include "gromacs/gmxpreprocess/readir.h"
+#include "gromacs/gmxpreprocess/topdirs.h"
+#include "gromacs/gmxpreprocess/toputil.h"
 #include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/names.h"
-#include "toputil.h"
-#include "toppush.h"
-#include "topdirs.h"
-#include "readir.h"
 #include "gromacs/legacyheaders/warninp.h"
-#include "gpp_atomtype.h"
-#include "gpp_bond_atomtype.h"
-
 #include "gromacs/topology/symtab.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"