Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / gmxana / edittop.c
index 9295f8c70ea4065e56b9327bc44ce79c5b0de262..736aea2559dd23724b6bca1b39311f6e9650fe80 100644 (file)
 #include <config.h>
 #endif
 
+#include "gromacs/legacyheaders/symtab.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
-#include "symtab.h"
 
 void replace_atom(t_topology *top, int inr, char *anm, char *resnm,
                   real q, real m, int type)