Skip to content

Commit

Permalink
facebook-unused-include-check in fbcode/kineto
Browse files Browse the repository at this point in the history
Summary:
Remove headers flagged by facebook-unused-include-check over fbcode.kineto.

+ format and autodeps

This is a codemod. It was automatically generated and will be landed once it is approved and tests are passing in sandcastle.
You have been added as a reviewer by Sentinel or Butterfly.

Autodiff project: uik
Autodiff partition: fbcode.kineto
Autodiff bookmark: ad.uik.fbcode.kineto

Reviewed By: aaronenyeshi, dtolnay

Differential Revision: D68904182

fbshipit-source-id: 0fadbb14810138032c256b9d77989c9c13c7a456
  • Loading branch information
Gownta authored and facebook-github-bot committed Feb 5, 2025
1 parent b2115df commit 9678759
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions libkineto/sample_programs/kineto_cupti_profiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* LICENSE file in the root directory of this source tree.
*/

#include <stdio.h>
#include <stdlib.h>
#include <chrono>
#include <iostream>
#include <string>
Expand Down
2 changes: 0 additions & 2 deletions libkineto/sample_programs/kineto_playground.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* LICENSE file in the root directory of this source tree.
*/

#include <stdio.h>
#include <stdlib.h>
#include <iostream>
#include <string>

Expand Down
3 changes: 0 additions & 3 deletions libkineto/src/EventProfiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "EventProfiler.h"

#include <assert.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <time.h>
Expand All @@ -22,8 +21,6 @@
#include <thread>
#include <vector>

#include <cupti.h>

#include "CuptiEventApi.h"
#include "Logger.h"

Expand Down
2 changes: 0 additions & 2 deletions libkineto/stress_test/kineto_stress_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
#include <thread>
#include <vector>

#include <cuda.h>
#include <cupti_activity.h>
#include <libkineto.h>
#include <sys/types.h>
#include <unistd.h>

#include <ApproximateClock.h>
Expand Down
1 change: 0 additions & 1 deletion libkineto/test/PidInfoTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "include/ThreadUtil.h"

#include <atomic>
#include <thread>

#include <gtest/gtest.h>
Expand Down

0 comments on commit 9678759

Please sign in to comment.