summaryrefslogtreecommitdiff
path: root/src/mongo/util/processinfo_osx.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2017-06-04 12:29:19 -0400
committerAndrew Morrow <acm@mongodb.com>2017-06-05 11:28:38 -0400
commit9785b9c4cda63c813abb2468e644eb84cc903f69 (patch)
treef1740a84a887ef817a35ac888d1789218708dba6 /src/mongo/util/processinfo_osx.cpp
parent2accdb583a33a32d1adbb99c4905bd53c20d3f7d (diff)
downloadmongo-9785b9c4cda63c813abb2468e644eb84cc903f69.tar.gz
SERVER-29443 Fix iOS and tvOS compiles
Diffstat (limited to 'src/mongo/util/processinfo_osx.cpp')
-rw-r--r--src/mongo/util/processinfo_osx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/util/processinfo_osx.cpp b/src/mongo/util/processinfo_osx.cpp
index 6ba35c6336a..c82aa3f9411 100644
--- a/src/mongo/util/processinfo_osx.cpp
+++ b/src/mongo/util/processinfo_osx.cpp
@@ -38,7 +38,6 @@
#include <mach/mach_host.h>
#include <mach/mach_init.h>
#include <mach/mach_traps.h>
-#include <mach/shared_region.h>
#include <mach/task.h>
#include <mach/task_info.h>
#include <mach/vm_map.h>