Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / topshake.h
index 3d78c1acae4481303db5f8e5220bc861d2d6e15d..15e09da6623937ebfd8ad444961a9ac9ab27c17f 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) 2013, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014, 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.
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#ifndef _topshake_h
-#define _topshake_h
+#ifndef GMX_GMXPREPROCESS_TOPSHAKE_H
+#define GMX_GMXPREPROCESS_TOPSHAKE_H
 
-#include "topio.h"
+#include "gromacs/gmxpreprocess/topio.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 void make_shake (t_params plist[], t_atoms *atoms, int nshake);
 
-#endif  /* _topshake_h */
+#ifdef __cplusplus
+}
+#endif
+
+#endif