From 688a8e82551f174aa7bd7b9471bcb264d7164ea0 Mon Sep 17 00:00:00 2001
From: JeremyMcCormick <jermccormick@gmail.com>
Date: Fri, 5 May 2017 05:59:22 -0700
Subject: [PATCH] remove unnecessary include guard

---
 plugins/DummySimPlugin.cc | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/plugins/DummySimPlugin.cc b/plugins/DummySimPlugin.cc
index 4008ff8..c79c2da 100644
--- a/plugins/DummySimPlugin.cc
+++ b/plugins/DummySimPlugin.cc
@@ -1,12 +1,9 @@
 /**
- * @file DummySimPlugin.h
+ * @file DummySimPlugin.cc
  * @brief Class that defines a dummy simulation plugin
  * @author Jeremy McCormick, SLAC National Accelerator Laboratory
  */
 
-#ifndef SLIC_DUMMYSIMPLUGIN_H_
-#define SLIC_DUMMYSIMPLUGIN_H_
-
 // LDMX
 #include "UserActionPlugin.hh"
 
@@ -107,9 +104,6 @@ namespace slic {
                 std::cout << "DummySimPlugin::generatorPrimary - event " << event->GetEventID() << std::endl;
             }
     };
-
 }
 
 DECLARE_PLUGIN(slic, DummySimPlugin)
-
-#endif
-- 
GitLab