]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/Accepter: move include to cc file 10441/head
authorMichal Jarzabek <stiopa@gmail.com>
Tue, 26 Jul 2016 08:35:42 +0000 (09:35 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Tue, 26 Jul 2016 08:35:42 +0000 (09:35 +0100)
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/msg/simple/Accepter.cc
src/msg/simple/Accepter.h

index bce854120b6e98a537c43dde9341974903c3788f..3c17b366032cb3006d66042fa561bfc0623e5f07 100644 (file)
@@ -18,6 +18,7 @@
 #include <limits.h>
 #include <poll.h>
 
+#include "msg/msg_types.h"
 #include "msg/Message.h"
 
 #include "Accepter.h"
index 4b1421f9e112259c02d2916beb8ac09df2f9f853..33892981696aef95235d4f97fa0315e0d27e8678 100644 (file)
 #ifndef CEPH_MSG_ACCEPTER_H
 #define CEPH_MSG_ACCEPTER_H
 
-#include "msg/msg_types.h"
 #include "common/Thread.h"
 
 class SimpleMessenger;
+struct entity_addr_t;
 
 /**
  * If the SimpleMessenger binds to a specific address, the Accepter runs