Do not include msgr_rdma.h into messenger.h

This commit is contained in:
Vitaliy Filippov
2023-08-24 01:55:35 +03:00
parent 7862282938
commit 65487da4b1
4 changed files with 14 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@
// License: VNPL-1.1 (see README.md for details)
#include "osd.h"
#ifdef WITH_RDMA
#include "msgr_rdma.h"
#endif
#include "json11/json11.hpp"