Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / read-conformation.cpp
index ca9e5248c80729e5d802876d1ac81b6214e6e30c..5007a540fc47285acb8640c3501b7b7b9ac445ea 100644 (file)
  */
 #include "read-conformation.h"
 
-#include "atomprop.h"
-#include "types/simple.h"
-#include "types/atoms.h"
-
 #include "gromacs/fileio/confio.h"
+#include "gromacs/legacyheaders/atomprop.h"
+#include "gromacs/legacyheaders/types/simple.h"
+#include "gromacs/legacyheaders/types/atoms.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"