diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2014-05-16 16:40:52 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2014-05-16 17:18:07 -0400 |
commit | 33e3abd0c81e2cb70f5b8159818dc1ec685d7b34 (patch) | |
tree | d44898a4963039a762868c5efca41275f2c5413c /src/mongo/db/instance.h | |
parent | 26ce741fb87fb9a9b784fa1e3ea88a713b802bc6 (diff) | |
download | mongo-33e3abd0c81e2cb70f5b8159818dc1ec685d7b34.tar.gz |
SERVER-13635 remove dead code
Diffstat (limited to 'src/mongo/db/instance.h')
-rw-r--r-- | src/mongo/db/instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/instance.h b/src/mongo/db/instance.h index 1e475f9e89d..e8ceb09d863 100644 --- a/src/mongo/db/instance.h +++ b/src/mongo/db/instance.h @@ -33,7 +33,7 @@ #include "mongo/client/dbclientinterface.h" #include "mongo/db/client.h" -#include "mongo/db/curop-inl.h" +#include "mongo/db/curop.h" #include "mongo/db/dbmessage.h" #include "mongo/db/operation_context.h" #include "mongo/db/storage_options.h" |