summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/tom/tomcrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/tom/tomcrypt.h')
-rw-r--r--src/mongo/crypto/tom/tomcrypt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/crypto/tom/tomcrypt.h b/src/mongo/crypto/tom/tomcrypt.h
index f707cbef616..aa4d5c02df5 100644
--- a/src/mongo/crypto/tom/tomcrypt.h
+++ b/src/mongo/crypto/tom/tomcrypt.h
@@ -16,12 +16,12 @@
#ifndef TOMCRYPT_H_
#define TOMCRYPT_H_
#include <assert.h>
+#include <ctype.h>
+#include <limits.h>
#include <stdio.h>
-#include <string.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
-#include <ctype.h>
-#include <limits.h>
/* use configuration data */
#include "tomcrypt_custom.h"