summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-11-04 09:53:24 -0500
committerEliot Horowitz <eliot@10gen.com>2013-11-05 19:04:52 -0500
commit935d0a4c8203edf276520e499591db80c75432cf (patch)
tree48e847cc2b1d85ea0e6d30226fb3f74858c64484 /src/mongo/db/curop.h
parentcd80af1cfb2fcd2284d4f2a902a84e7423cf0a58 (diff)
downloadmongo-935d0a4c8203edf276520e499591db80c75432cf.tar.gz
move catalog on disk representation to catalog/ondisk
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 8df653f8ff1..9a5e98ed726 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -35,7 +35,7 @@
#include "mongo/bson/util/atomic_int.h"
#include "mongo/db/client.h"
-#include "mongo/db/storage/namespace.h"
+#include "mongo/db/catalog/ondisk/namespace.h"
#include "mongo/util/concurrency/spin_lock.h"
#include "mongo/util/net/hostandport.h"
#include "mongo/util/progress_meter.h"