From b7b62f6893c25c8cecdfb8a0d56cc5fa35a3ac45 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 8 Aug 2017 13:20:25 -0400
Subject: [PATCH] do not pollute global namespace by including mscg header in
 fix header

---
 src/MSCG/fix_mscg.cpp | 1 +
 src/MSCG/fix_mscg.h   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/MSCG/fix_mscg.cpp b/src/MSCG/fix_mscg.cpp
index b5bfa926a1..fba198c814 100644
--- a/src/MSCG/fix_mscg.cpp
+++ b/src/MSCG/fix_mscg.cpp
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include "fix_mscg.h"
+#include "mscg.h"
 #include "atom.h"
 #include "domain.h"
 #include "error.h"
diff --git a/src/MSCG/fix_mscg.h b/src/MSCG/fix_mscg.h
index f6dcf4f0f6..2c235d436a 100644
--- a/src/MSCG/fix_mscg.h
+++ b/src/MSCG/fix_mscg.h
@@ -21,7 +21,6 @@ FixStyle(mscg,FixMSCG)
 #define LMP_FIX_MSCG_H
 
 #include "fix.h"
-#include "mscg.h"
 
 namespace LAMMPS_NS {
 
-- 
GitLab