From 0c10a3423479a718fcc61a57f421d4fdccf19445 Mon Sep 17 00:00:00 2001
From: Carlo Camilloni <carlo.camilloni@gmail.com>
Date: Mon, 30 Jan 2017 08:40:42 +0100
Subject: [PATCH] PlumedMain: PlumedMain.h as first header

---
 src/core/PlumedMain.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/PlumedMain.cpp b/src/core/PlumedMain.cpp
index e314a141a..d28039dbf 100644
--- a/src/core/PlumedMain.cpp
+++ b/src/core/PlumedMain.cpp
@@ -19,6 +19,7 @@
    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 "PlumedMain.h"
 #include "ActionAtomistic.h"
 #include "ActionPilot.h"
 #include "ActionRegister.h"
@@ -29,7 +30,6 @@
 #include "CLToolMain.h"
 #include "ExchangePatterns.h"
 #include "GREX.h"
-#include "PlumedMain.h"
 #include "config/Config.h"
 #include "tools/Citations.h"
 #include "tools/Communicator.h"
-- 
GitLab