Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / specbond.c
index 208092882bc52b4888eb45e53651cbab7ecca0c4..2d1bfcf261425105a6b0effc306a7b22c4201cbf 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "specbond.h"
+
 #include <ctype.h>
 #include <math.h>
 #include <string.h>
 
-#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/fileio/pdbio.h"
 #include "gromacs/fileio/strdb.h"
+#include "gromacs/gmxpreprocess/pdb2top.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"
-#include "specbond.h"
-#include "pdb2top.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/macros.h"
 
 gmx_bool yesno(void)
 {