Skip to content
Snippets Groups Projects
Commit ec82196d authored by Marko Petric's avatar Marko Petric Committed by Andre Sailer
Browse files

Make include guard unique

parent ca62f96a
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
// Author : M.Frank
//
//==========================================================================
#ifndef DD4HEP_DDCORE_BITFIELD64_H
#define DD4HEP_DDCORE_BITFIELD64_H
#ifndef DD4HEP_DDCORE_BITFIELDCODER_H
#define DD4HEP_DDCORE_BITFIELDCODER_H
// Framework include files
#include "DDSegmentation/BitFieldCoder.h"
......@@ -27,4 +27,4 @@ namespace dd4hep {
} /* End namespace detail */
} /* End namespace dd4hep */
#endif /* DD4HEP_DDCORE_BITFIELD64_H */
#endif /* DD4HEP_DDCORE_BITFIELDCODER_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment