summaryrefslogtreecommitdiff
path: root/src/test/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/unit.h')
-rw-r--r--src/test/unit.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/unit.h b/src/test/unit.h
index b1fb373ed43..f17f4053ae8 100644
--- a/src/test/unit.h
+++ b/src/test/unit.h
@@ -18,13 +18,13 @@
#include "include/types.h" // FIXME: ordering shouldn't be important, but right
// now, this include has to come before the others.
+#include <vector>
+#include <gtest/gtest.h>
+
+#include "include/msgr.h" // for CEPH_ENTITY_TYPE_CLIENT
#include "common/code_environment.h"
#include "global/global_context.h"
#include "global/global_init.h"
-#include "include/msgr.h" // for CEPH_ENTITY_TYPE_CLIENT
-#include "gtest/gtest.h"
-
-#include <vector>
/*
* You only need to include this file if you are testing Ceph internal code. If