Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Feb 21, 2024
1 parent 788c567 commit 96a18d1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/runtime/service_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include "service_engine.h"

#include <ext/alloc_traits.h>
#include <algorithm>
#include <functional>
#include <list>
#include <unordered_map>
Expand Down
2 changes: 0 additions & 2 deletions src/runtime/service_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@

#pragma once

#include <nlohmann/json.hpp>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <vector>

Expand Down
1 change: 0 additions & 1 deletion src/runtime/task/task_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

// IWYU pragma: no_include <ext/alloc_traits.h>
#include <limits.h>
#include <algorithm>
#include <mutex>

#include "fmt/core.h"
Expand Down
3 changes: 0 additions & 3 deletions src/runtime/task/task_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@

#pragma once

#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <iosfwd>
#include <list>
#include <memory>
#include <string>
Expand Down

0 comments on commit 96a18d1

Please sign in to comment.