summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-01-14 18:31:19 -0500
committerEliot Horowitz <eliot@10gen.com>2014-01-14 19:32:28 -0500
commit96afe1fc3fff700046344f9cc59004151fb02bc1 (patch)
treedddbd5f1503179b5ede2c969cc252bc2c21b426d /src/mongo/db/db.h
parent2ce9e49b26cc97dc0ea978d7e12effbc5a20a097 (diff)
downloadmongo-96afe1fc3fff700046344f9cc59004151fb02bc1.tar.gz
re-org structure and catalog directories
Diffstat (limited to 'src/mongo/db/db.h')
-rw-r--r--src/mongo/db/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/db.h b/src/mongo/db/db.h
index 248a4e121ed..c178dedd323 100644
--- a/src/mongo/db/db.h
+++ b/src/mongo/db/db.h
@@ -32,7 +32,7 @@
#include "mongo/db/client.h"
#include "mongo/db/curop.h"
-#include "mongo/db/database_holder.h"
+#include "mongo/db/catalog/database_holder.h"
#include "mongo/db/pdfile.h"
#include "mongo/util/net/message.h"