summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2017-08-21 15:11:21 -0400
committerAndrew Morrow <acm@mongodb.com>2017-08-23 18:32:29 -0400
commit730d8768ed9620934f82f17a5076d969a2673db8 (patch)
tree122912a48895063745a2fddeb7955ac4963ec5ad /src/mongo/db/server_options.h
parent4c7316634d7da2ecc7d2d78a415b28a6c8d449b7 (diff)
downloadmongo-730d8768ed9620934f82f17a5076d969a2673db8.tar.gz
SERVER-29687 Don't include sock.h from options header
Diffstat (limited to 'src/mongo/db/server_options.h')
-rw-r--r--src/mongo/db/server_options.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/server_options.h b/src/mongo/db/server_options.h
index b24fb513c7e..dcf8c52c293 100644
--- a/src/mongo/db/server_options.h
+++ b/src/mongo/db/server_options.h
@@ -32,10 +32,6 @@
#include "mongo/platform/process_id.h"
#include "mongo/s/catalog/sharding_catalog_client.h"
-// TODO(SERVER-29687) Remove this include. A bunch of places assume they can call
-// getHostName()/getHostNameCached() by including server_options.h.
-#include "mongo/util/net/sock.h"
-
namespace mongo {
const int DEFAULT_UNIX_PERMS = 0700;