Converted gmxpreprocess to compile as C++
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toputil.h
index 97c3d6350b028d467e4f657f3aeb9c18b193296f..f25b3f4bf0448ed0b979ed575ce045aa157cf56f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2012,2014, by the GROMACS development team, led by
+ * Copyright (c) 2012,2014,2015, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 #ifndef GMX_GMXPREPROCESS_TOPUTIL_H
 #define GMX_GMXPREPROCESS_TOPUTIL_H
 
-#include "grompp-impl.h"
-#include "gpp_atomtype.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
+#include "gromacs/gmxpreprocess/gpp_atomtype.h"
+#include "gromacs/gmxpreprocess/grompp-impl.h"
 
 /* UTILITIES */
 
@@ -63,10 +59,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);
 
@@ -83,8 +75,4 @@ void print_bondeds(FILE *out, int natoms, directive d,
 
 void print_excl(FILE *out, int natoms, t_excls excls[]);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif