Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Aug 23, 2024
1 parent 025a2d1 commit de2fde5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/http/pprof_http_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "pprof_http_service.h"

// IWYU pragma: no_include <bits/types/struct_FILE.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
Expand Down
3 changes: 2 additions & 1 deletion src/utils/test/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
* THE SOFTWARE.
*/

#include <spdlog/logger.h>
#include <memory>
#include <string>
#include <utility>

#include "gtest/gtest.h"
#include "spdlog/common.h"
Expand Down

0 comments on commit de2fde5

Please sign in to comment.