Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / princ.c
index 3aa70f6dc3f12878ad24a9c41d096ed643eed868..e3906590a4febe3986c34ac74a74b3eb7b458462 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 /* This file is completely threadsafe - keep it that way! */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
 
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "princ.h"
 
 #include "gromacs/linearalgebra/nrjac.h"