Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / txtdump.c
index dbda154892e3c18665dc1b34bc4df8a1223ecc91..9b3eec687ef43eeecb59054f67c906161f2a8559 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
-
 /* This file is completely threadsafe - please keep it that way! */
 
+#include "gromacs/legacyheaders/txtdump.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/macros.h"
-
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"