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