diff options
author | dwight <dwight@10gen.com> | 2010-12-19 21:16:37 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-12-19 21:16:37 -0500 |
commit | 174f0635359ecaa1adf8144c7cf77c3c69e79241 (patch) | |
tree | d94f041b138567175f1487e060c3cae9dd6d23b1 /db/durop.h | |
parent | 5580398632b6ef133b47bebe59e5d07956b548d3 (diff) | |
download | mongo-174f0635359ecaa1adf8144c7cf77c3c69e79241.tar.gz |
bufreader is a util
Diffstat (limited to 'db/durop.h')
-rw-r--r-- | db/durop.h | 3 |
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 { |