]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/dmclock/src/dmclock_client.h
update sources to v12.1.3
[ceph.git] / ceph / src / dmclock / src / dmclock_client.h
index b44e1211b53f667daf23a8ed651480f4574a931d..92f4cf83bb1abbdad5c792b5377258f9227dd653 100644 (file)
@@ -19,8 +19,6 @@
 #include "dmclock_util.h"
 #include "dmclock_recs.h"
 
-#include "gtest/gtest_prod.h"
-
 
 namespace crimson {
   namespace dmclock {
@@ -57,7 +55,8 @@ namespace crimson {
     // S is server identifier type
     template<typename S>
     class ServiceTracker {
-      FRIEND_TEST(dmclock_client, server_erase);
+      // we don't want to include gtest.h just for FRIEND_TEST
+      friend class dmclock_client_server_erase_Test;
 
       using TimePoint = decltype(std::chrono::steady_clock::now());
       using Duration = std::chrono::milliseconds;