summaryrefslogtreecommitdiff
path: root/db/durop.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-12-19 21:16:37 -0500
committerdwight <dwight@10gen.com>2010-12-19 21:16:37 -0500
commit174f0635359ecaa1adf8144c7cf77c3c69e79241 (patch)
treed94f041b138567175f1487e060c3cae9dd6d23b1 /db/durop.h
parent5580398632b6ef133b47bebe59e5d07956b548d3 (diff)
downloadmongo-174f0635359ecaa1adf8144c7cf77c3c69e79241.tar.gz
bufreader is a util
Diffstat (limited to 'db/durop.h')
-rw-r--r--db/durop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/durop.h b/db/durop.h
index 437b37a0db4..61363cf2277 100644
--- a/db/durop.h
+++ b/db/durop.h
@@ -19,13 +19,12 @@
#pragma once
#include "dur_journalformat.h"
-#include "bufreader.h"
+#include "../util/bufreader.h"
#include "../util/paths.h"
namespace mongo {
class CompressedBuilder;
- class BufReader;
namespace dur {