Skip to content

Commit 664e74c

Browse files
committed
fix IWYU
1 parent cb49b32 commit 664e74c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/meta/meta_http_service.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
#include <cstddef>
1819
#include <fmt/core.h>
1920
#include <fmt/format.h>
2021
#include <rapidjson/ostreamwrapper.h>

src/shell/commands/node_management.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#include <algorithm>
2828
// IWYU pragma: no_include <bits/getopt_core.h>
2929
#include <chrono>
30-
#include <fstream>
3130
#include <initializer_list>
3231
#include <iostream>
3332
#include <map>

0 commit comments

Comments
 (0)