From 20d554f333a76c54548f43481f166b46bc7b16b0 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Wed, 3 Aug 2016 10:03:57 +0200 Subject: [PATCH] Moved include plumed.h should be included before any other include --- src/wrapper/Plumed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrapper/Plumed.c b/src/wrapper/Plumed.c index 285946827..7fac71e67 100644 --- a/src/wrapper/Plumed.c +++ b/src/wrapper/Plumed.c @@ -19,11 +19,11 @@ You should have received a copy of the GNU Lesser General Public License along with plumed. If not, see <http://www.gnu.org/licenses/>. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ +#include "Plumed.h" + #ifdef __PLUMED_HAS_DLOPEN #include <dlfcn.h> #endif - -#include "Plumed.h" #include <stdio.h> #include <assert.h> #include <stdlib.h> -- GitLab