Skip to content

Commit

Permalink
Fix a few includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 20, 2024
1 parent c2a4255 commit 12269da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions k4MarlinWrapper/k4MarlinWrapper/LcioEventAlgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
* later retrieval by wrapped Marlin Processors
*/

#include <iostream>
#include <memory>

#include <Gaudi/Algorithm.h>
#include <GaudiKernel/IEventProcessor.h>

Expand Down
1 change: 1 addition & 0 deletions k4MarlinWrapper/src/components/LcioEventAlgo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "k4MarlinWrapper/LcioEventAlgo.h"
#include "k4MarlinWrapper/util/k4MarlinWrapperUtil.h"
#include "k4MarlinWrapper/LCEventWrapper.h"

DECLARE_COMPONENT(LcioEvent)

Expand Down

0 comments on commit 12269da

Please sign in to comment.