diff options
author | Spencer T Brody <spencer@10gen.com> | 2012-12-23 16:13:00 -0500 |
---|---|---|
committer | Spencer T Brody <spencer@10gen.com> | 2012-12-23 20:31:30 -0500 |
commit | 5785051ec2c379d99c461225ba9d6c328b31b5e3 (patch) | |
tree | 6e87fc60dcfb86ea6008e9ac010613ea63100b1e /src/mongo/db/instance.h | |
parent | 13bde295415c1e5ea9afd6b7faed3f2a425e33fa (diff) | |
download | mongo-5785051ec2c379d99c461225ba9d6c328b31b5e3.tar.gz |
SERVER-7572 Remove includes of security header files
Diffstat (limited to 'src/mongo/db/instance.h')
-rw-r--r-- | src/mongo/db/instance.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/instance.h b/src/mongo/db/instance.h index 620ed66ca43..1a5d3a9e8f7 100644 --- a/src/mongo/db/instance.h +++ b/src/mongo/db/instance.h @@ -21,7 +21,6 @@ #include "curop-inl.h" -#include "security.h" #include "cmdline.h" #include "client.h" #include "mongo/client/dbclientinterface.h" |