summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/listen.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-04-02 13:17:17 -0400
committerAndrew Morrow <acm@mongodb.com>2015-04-03 11:40:52 -0400
commitb74866fd077c878a37045c50de75467cf93310da (patch)
treeaa12f88fb0367967e93d2d5781ec5aa97e34d7d2 /src/mongo/util/net/listen.cpp
parent7060c72b30a836b3052f7890ea8c4b592014adf4 (diff)
downloadmongo-b74866fd077c878a37045c50de75467cf93310da.tar.gz
SERVER-17863 Sort in config.h header when possible
Diffstat (limited to 'src/mongo/util/net/listen.cpp')
-rw-r--r--src/mongo/util/net/listen.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/util/net/listen.cpp b/src/mongo/util/net/listen.cpp
index 6bc9e1ace30..2a8e366e105 100644
--- a/src/mongo/util/net/listen.cpp
+++ b/src/mongo/util/net/listen.cpp
@@ -30,8 +30,6 @@
#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kNetwork
-#include "mongo/config.h"
-
#include "mongo/platform/basic.h"
#include "mongo/util/net/listen.h"
@@ -39,6 +37,7 @@
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
+#include "mongo/config.h"
#include "mongo/db/server_options.h"
#include "mongo/base/owned_pointer_vector.h"
#include "mongo/util/exit.h"