From b5b3531d66c33aa66b70ce99830e35fd3484db58 Mon Sep 17 00:00:00 2001 From: Markus Frank <markus.frank@cern.ch> Date: Fri, 4 Dec 2015 08:13:49 +0000 Subject: [PATCH] Remove some of the nightly build warnings --- DDG4/lcio/LCIOStdHepReader.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DDG4/lcio/LCIOStdHepReader.cpp b/DDG4/lcio/LCIOStdHepReader.cpp index 003cfe634..d23ed2853 100644 --- a/DDG4/lcio/LCIOStdHepReader.cpp +++ b/DDG4/lcio/LCIOStdHepReader.cpp @@ -14,12 +14,12 @@ #ifndef DD4HEP_DDG4_LCIOSTDHEPREADER_H #define DD4HEP_DDG4_LCIOSTDHEPREADER_H -// Framework include files -#include "LCIOEventReader.h" - // LCIO include files #include "UTIL/LCStdHepRdr.h" +// Framework include files +#include "LCIOEventReader.h" + /// Namespace for the AIDA detector description toolkit namespace DD4hep { -- GitLab