summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/idhack.cpp
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2014-08-27 13:04:29 -0400
committerRandolph Tan <randolph@10gen.com>2014-08-28 15:26:46 -0400
commit2d9013370b27c86a253cefd1f99f828d18484fc5 (patch)
tree3c65d204951a723b827c7fe09b07089438edef2c /src/mongo/db/exec/idhack.cpp
parent8b96732280e4a4ea445d564e051318e2a6dafca5 (diff)
downloadmongo-2d9013370b27c86a253cefd1f99f828d18484fc5.tar.gz
SERVER-14745 Remove WritebackListener
Merge d_logic in to d_state
Diffstat (limited to 'src/mongo/db/exec/idhack.cpp')
-rw-r--r--src/mongo/db/exec/idhack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/idhack.cpp b/src/mongo/db/exec/idhack.cpp
index 549bb8ce7f6..9f50743a64b 100644
--- a/src/mongo/db/exec/idhack.cpp
+++ b/src/mongo/db/exec/idhack.cpp
@@ -34,7 +34,7 @@
#include "mongo/db/exec/projection.h"
#include "mongo/db/exec/working_set_computed_data.h"
#include "mongo/db/index/btree_access_method.h"
-#include "mongo/s/d_logic.h"
+#include "mongo/s/d_state.h"
namespace mongo {