X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Ffflibutil.h;h=1c0d6597c0d62a22e9ccc484683f218652126078;hb=af07072599f486eecab10a103964b58dc4d5e260;hp=572235eee9b412c6b2d2ac92d2c816624fba4c55;hpb=5ef65c767e11c97eefeb759754286305e3ec8ce0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/fflibutil.h b/src/gromacs/gmxpreprocess/fflibutil.h index 572235eee9..1c0d6597c0 100644 --- a/src/gromacs/gmxpreprocess/fflibutil.h +++ b/src/gromacs/gmxpreprocess/fflibutil.h @@ -38,11 +38,9 @@ #include -#include "gromacs/utility/basedefinitions.h" - -#ifdef __cplusplus #include +#include "gromacs/utility/basedefinitions.h" #include "gromacs/utility/datafilefinder.h" /*! \brief @@ -50,9 +48,6 @@ */ std::vector fflib_enumerate_forcefields(); -extern "C" { -#endif - const char *fflib_forcefield_dir_ext(); /* Returns the name of the force field directory extension */ @@ -86,8 +81,4 @@ FILE *fflib_open(const char *file); * either absolute or relative to the current dir. */ -#ifdef __cplusplus -} -#endif - #endif