diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-06-22 15:51:08 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-06-22 15:51:08 -0400 |
commit | 131e1d21826d50e1d30e24e6943e08ba72f702dd (patch) | |
tree | 799798deea6227e1ba33dc07cbf1229306ab4333 /s/d_logic.cpp | |
parent | 1b7c6af8a440b84def026c05688f49b9341e4edd (diff) | |
download | mongo-131e1d21826d50e1d30e24e6943e08ba72f702dd.tar.gz |
more cleaning
Diffstat (limited to 's/d_logic.cpp')
-rw-r--r-- | s/d_logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_logic.cpp b/s/d_logic.cpp index 2ff1b78f603..721810f6afa 100644 --- a/s/d_logic.cpp +++ b/s/d_logic.cpp @@ -29,7 +29,7 @@ #include "../db/commands.h" #include "../db/jsobj.h" #include "../db/dbmessage.h" -#include "../db/query.h" +#include "../db/ops/query.h" #include "../client/connpool.h" |