summaryrefslogtreecommitdiff
path: root/src/msg/Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msg/Dispatcher.h')
-rw-r--r--src/msg/Dispatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msg/Dispatcher.h b/src/msg/Dispatcher.h
index 9f837cd6fdb..207c58a36b5 100644
--- a/src/msg/Dispatcher.h
+++ b/src/msg/Dispatcher.h
@@ -16,10 +16,11 @@
#ifndef CEPH_DISPATCHER_H
#define CEPH_DISPATCHER_H
-#include "Message.h"
#include "common/config.h"
#include "auth/Auth.h"
+#include "Message.h"
+
class Messenger;
class Dispatcher {