summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/fle_crypto.cpp
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2023-01-17 10:56:30 -0600
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-20 23:56:24 +0000
commitf295f411cfa181bef2792909e32fe857d7f1c2ce (patch)
treebd25bbd4c74bb15bef3ef2719aaca48867e40e49 /src/mongo/crypto/fle_crypto.cpp
parent3ba868bd5c52de01872fa8d9ee128bb13e18c0f7 (diff)
downloadmongo-f295f411cfa181bef2792909e32fe857d7f1c2ce.tar.gz
SERVER-72935 switch c stdlib headers to cpp compat stdlib headers
Diffstat (limited to 'src/mongo/crypto/fle_crypto.cpp')
-rw-r--r--src/mongo/crypto/fle_crypto.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/crypto/fle_crypto.cpp b/src/mongo/crypto/fle_crypto.cpp
index c4b06c27fc6..381f453babc 100644
--- a/src/mongo/crypto/fle_crypto.cpp
+++ b/src/mongo/crypto/fle_crypto.cpp
@@ -37,7 +37,6 @@
#include <iomanip>
#include <iterator>
#include <limits>
-#include <math.h>
#include <memory>
#include <stack>
#include <string>