Skip to content

Commit

Permalink
fix(IWYU): fix the suggestions reported by IWYU while rebase merging …
Browse files Browse the repository at this point in the history
…branch migrate-metrics-dev into master such as including
  • Loading branch information
empiredan committed Dec 8, 2023
1 parent f95e88d commit ae58c64
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/replica/test/mutation_log_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include "replica/mutation_log.h"

// IWYU pragma: no_include <ext/alloc_traits.h>
#include <sys/types.h>
#include <cstdint>
#include <iostream>
Expand Down
3 changes: 0 additions & 3 deletions src/replica/test/replica_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
// specific language governing permissions and limitations
// under the License.

// IWYU pragma: no_include <gtest/gtest-message.h>
// IWYU pragma: no_include <gtest/gtest-test-part.h>
#include <gtest/gtest.h>
#include <stddef.h>
#include <stdint.h>
#include <atomic>
Expand Down
1 change: 1 addition & 0 deletions src/server/pegasus_server_impl_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <rocksdb/table.h>
#include <rocksdb/write_buffer_manager.h>
#include <stdio.h>
#include <algorithm>
#include <cstdint>
#include <memory>
#include <mutex>
Expand Down
4 changes: 0 additions & 4 deletions src/utils/test/enum_helper_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@

#include "utils/enum_helper.h"

// IWYU pragma: no_include <gtest/gtest-message.h>
// IWYU pragma: no_include <gtest/gtest-param-test.h>
// IWYU pragma: no_include <gtest/gtest-test-part.h>
#include <gtest/gtest.h>
#include <tuple>
#include <vector>

Expand Down

0 comments on commit ae58c64

Please sign in to comment.