Remove some pieces from forcerec.h
[alexxy/gromacs.git] / src / gromacs / topology / symtab.h
index 40213d9a5b534aa05304fa8a4a82aad863a6252b..93bf95481798cecc0f83293b0c186062446787c3 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) 2010,2014,2017, by the GROMACS development team, led by
+ * Copyright (c) 2010,2014,2017,2018, 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.
 
 #include <stdio.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 typedef struct t_symbuf
 {
     int               bufsize;
@@ -124,8 +120,4 @@ void pr_symtab(FILE *fp, int indent, const char *title, t_symtab *symtab);
  * to print a header text.
  */
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif