Remove more uses of typedefs.h
[alexxy/gromacs.git] / src / gromacs / fileio / pdbio.c
index 7c085a48bad539f43fe459fe99dd17d7944cfa46..58de0aaf67834adc23a42aef3a8dbb670933c31c 100644 (file)
@@ -34,6 +34,8 @@
  * 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 "pdbio.h"
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 #include <stdlib.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "pdbio.h"
-#include "copyrite.h"
+#include "gromacs/legacyheaders/atomprop.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/types/ifunc.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/futil.h"
-#include "atomprop.h"
-#include "gromacs/math/units.h"
-#include "gromacs/pbcutil/pbc.h"
-#include "gmxfio.h"
 
+#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/math/units.h"
 #include "gromacs/math/vec.h"
+#include "gromacs/pbcutil/pbc.h"
 #include "gromacs/topology/symtab.h"
+#include "gromacs/topology/topology.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"