Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toputil.h
index 97c3d6350b028d467e4f657f3aeb9c18b193296f..d7d040effe46e3035391c61b73f57dfa608f48ed 100644 (file)
@@ -38,8 +38,8 @@
 #ifndef GMX_GMXPREPROCESS_TOPUTIL_H
 #define GMX_GMXPREPROCESS_TOPUTIL_H
 
-#include "grompp-impl.h"
-#include "gpp_atomtype.h"
+#include "gromacs/gmxpreprocess/gpp_atomtype.h"
+#include "gromacs/gmxpreprocess/grompp-impl.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -63,10 +63,6 @@ void init_plist(t_params plist[]);
 
 void init_molinfo(t_molinfo *mol);
 
-void init_top  (t_topology *top);
-
-void done_top(t_topology *top);
-
 /* FREE */
 void done_mi(t_molinfo *mi);