summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/listen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/listen.h')
-rw-r--r--src/mongo/util/net/listen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/util/net/listen.h b/src/mongo/util/net/listen.h
index 614e5956a38..f2b336c3a7e 100644
--- a/src/mongo/util/net/listen.h
+++ b/src/mongo/util/net/listen.h
@@ -29,8 +29,6 @@
#pragma once
-#include "mongo/config.h"
-
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/mutex.hpp>
@@ -39,6 +37,7 @@
#include <string>
#include <vector>
+#include "mongo/config.h"
#include "mongo/platform/atomic_word.h"
#include "mongo/util/concurrency/ticketholder.h"
#include "mongo/util/net/sock.h"