summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-10-24 16:41:53 -0400
committerEliot Horowitz <eliot@10gen.com>2013-10-25 12:52:52 -0400
commit46d8af46ac3c734d4e87c6da9a36f5517d14c8a4 (patch)
tree680dbc6f89339056afff0658ac68f56b0a3676b6 /src/mongo/db/repl
parentbb597087d1d8aa4c0aecb34bd37ca60588dd61aa (diff)
downloadmongo-46d8af46ac3c734d4e87c6da9a36f5517d14c8a4.tar.gz
SERVER-11178: remove index_update.h from places its not needed (most)
Diffstat (limited to 'src/mongo/db/repl')
-rw-r--r--src/mongo/db/repl/oplog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog.cpp b/src/mongo/db/repl/oplog.cpp
index f1ef441afe5..b2c0bfe4b64 100644
--- a/src/mongo/db/repl/oplog.cpp
+++ b/src/mongo/db/repl/oplog.cpp
@@ -42,7 +42,6 @@
#include "mongo/db/commands.h"
#include "mongo/db/commands/dbhash.h"
#include "mongo/db/index_builder.h"
-#include "mongo/db/index_update.h"
#include "mongo/db/instance.h"
#include "mongo/db/namespace_string.h"
#include "mongo/db/ops/update.h"