Skip to content

Commit

Permalink
Remove a few unnecessary includes (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Aug 8, 2024
1 parent a173bde commit ef68f1b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions test/utils/test_kinematics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
#include "edm4hep/MutableMCParticle.h"
#include "edm4hep/MutableReconstructedParticle.h"

#include "Math/Vector4D.h"

#include <tuple>

using ParticleTypes = std::tuple<edm4hep::MutableMCParticle, edm4hep::MutableReconstructedParticle>;
Expand Down
3 changes: 0 additions & 3 deletions tools/include/edm4hep2json.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@
// JSON
#include "nlohmann/json.hpp"

// STL
#include <cassert>
#include <cstdint>
#include <exception>
#include <fstream>
#include <iostream>
#include <sstream>
Expand Down
1 change: 0 additions & 1 deletion utils/include/edm4hep/utils/ParticleIDUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <map>
#include <optional>
#include <string>
#include <type_traits>
#include <vector>

namespace edm4hep::utils {
Expand Down
2 changes: 0 additions & 2 deletions utils/include/edm4hep/utils/TrackUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#include <edm4hep/RecDqdxCollection.h>
#include <edm4hep/Track.h>

#include <podio/Frame.h>

#include <map>
#include <vector>

Expand Down

0 comments on commit ef68f1b

Please sign in to comment.