Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix circular dependency between FWCore/Framework and FWCore/ParameterSet #18117

Merged
merged 3 commits into from Mar 30, 2017

Commits on Mar 29, 2017

  1. Copy the full SHA
    74e58a2 View commit details
    Browse the repository at this point in the history
  2. Fix dependencies between FWCore/Framework and FWCore/ParameterSet

    A circular dependency had been introduced between the packages FWCore/Framework and FWCore/ParameterSet. The header files causing the cycle turned out not to be needed after switching the algorithm used to determine the type of base class of a module.
    Dr15Jones committed Mar 29, 2017
    Copy the full SHA
    39a067c View commit details
    Browse the repository at this point in the history
  3. Added missing includes

    Dr15Jones committed Mar 29, 2017
    Copy the full SHA
    fdba05b View commit details
    Browse the repository at this point in the history