-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Clean unused dependencies from BuildFiles #39160
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39160/31742
|
A new Pull Request was created by @guitargeek (Jonas Rembser) for master. It involves the following packages:
@rekovic, @jpata, @ChrisMisan, @cecilecaillol, @civanch, @yuanchao, @makortel, @ahmad3213, @cmsbuild, @fwyzard, @mandrenguyen, @pmandrik, @epalencia, @emanueleusai, @mdhildreth, @AdrianoDee, @jfernan2, @ggovi, @micsucmed, @francescobrivio, @malbouis, @clacaputo, @srimanob, @saumyaphor4252, @rvenditti, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild, please test |
Hi, sorry I opened the PR too early and realized that it didn't even compile yet locally... Now it does! Sorry for wasting a bot test |
@cmsbuild, please abort Let's minimize the waste :) |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-39160/31744
|
+1 |
+alca
|
+reconstruction |
+db |
+l1 |
+1
|
merge |
+1 |
PR description:
Another quick BuildFile cleaning PR in the style of many before (for example #37915).
In many cases, the dependencies had to be moved to the appropriate BuildFile, for example from a plugins directory to the library directory or vice versa.
This PR cleans unnecessary includes from CMSSW BuildFiles that were added in the last months.
PR validation:
CMSSW compiles.
if this PR is a backport please specify the original PR and why you need to backport that PR:
No backport intended.