Skip to content
Snippets Groups Projects
Commit 9964e6d2 authored by Christopher Rob Jones's avatar Christopher Rob Jones Committed by Miroslav Saur
Browse files

LoKi/RangeList.h: Prefer '#pragma once'

parent e455799d
No related branches found
No related tags found
2 merge requests!4987Ignore: merge master into run5 branch,!4825LoKi/RangeList.h: Prefer '#pragma once'
......@@ -9,12 +9,7 @@
* or submit itself to any jurisdiction. *
\*****************************************************************************/
// ============================================================================
#ifndef LOKI_RANGELIST_H
#define LOKI_RANGELIST_H 1
// ============================================================================
// Include files
// ============================================================================
// GaudiKernel
#pragma once
// ============================================================================
#include "GaudiKernel/NamedRange.h"
#include "GaudiKernel/Range.h"
......@@ -155,4 +150,3 @@ inline LoKi::RangeList_<RANGE> operator+( const typename LoKi::RangeList_<RANGE>
// ============================================================================
// The END
// ============================================================================
#endif // LOKI_RANGELIST_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