Skip to content

Commit

Permalink
fix IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Dec 30, 2024
1 parent cb49b32 commit 664e74c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/meta/meta_http_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// specific language governing permissions and limitations
// under the License.

#include <cstddef>
#include <fmt/core.h>
#include <fmt/format.h>
#include <rapidjson/ostreamwrapper.h>
Expand Down
1 change: 0 additions & 1 deletion src/shell/commands/node_management.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <algorithm>
// IWYU pragma: no_include <bits/getopt_core.h>
#include <chrono>
#include <fstream>
#include <initializer_list>
#include <iostream>
#include <map>
Expand Down

0 comments on commit 664e74c

Please sign in to comment.