Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / md_logging.c
index 2c0a130214c99676c0deb7b6733c4550c596ceaa..cee3c06ba60857198e07f177b20e004692e186d9 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 "config.h"
+#include "gmxpre.h"
+
+#include "gromacs/legacyheaders/md_logging.h"
 
-#include <stdio.h>
 #include <stdarg.h>
-#include "types/commrec.h"
-#include "md_logging.h"
+#include <stdio.h>
+
+#include "gromacs/legacyheaders/types/commrec.h"
 
 
 void md_print_info(const t_commrec *cr, FILE *fplog,