Skip to content

Commit

Permalink
fix IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Nov 22, 2024
1 parent 5c2b16e commit dd8eb5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/meta/server_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
#include <boost/lexical_cast.hpp>
// IWYU pragma: no_include <ext/alloc_traits.h>
#include <fmt/core.h>
#include <string.h>
#include <algorithm>
#include <atomic>
#include <chrono>
#include <cstdint>
#include <cstring>
#include <set>
#include <sstream> // IWYU pragma: keep
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/meta/server_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// IWYU pragma: no_include <boost/detail/basic_pointerbuf.hpp>
#include <boost/lexical_cast.hpp>
#include <gtest/gtest_prod.h>
#include <stdint.h>
#include <cstdint>
#include <functional>
#include <map>
#include <memory>
Expand Down

0 comments on commit dd8eb5b

Please sign in to comment.