Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / gmxlib / atomprop.c
index aeba61ce9b4b5673fa04b551e84f5173e255b39e..0b359886e5026b86eb2c4e9f758545110fc35d48 100644 (file)
 #include <ctype.h>
 #include <string.h>
 
-#include "gromacs/utility/smalloc.h"
+#include "gromacs/fileio/strdb.h"
+#include "gromacs/legacyheaders/atomprop.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/index.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/utilities.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
-#include "atomprop.h"
-#include "macros.h"
-#include "index.h"
-#include "copyrite.h"
-
 #include "gromacs/utility/futil.h"
-#include "gromacs/fileio/strdb.h"
-#include "gromacs/math/utilities.h"
+#include "gromacs/utility/smalloc.h"
 
 typedef struct {
     gmx_bool    bSet;