diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-01-13 14:58:50 -0500 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2015-01-15 10:41:43 -0500 |
commit | 02a78a7f3d936813ea9e4195887b11d83448fcd6 (patch) | |
tree | 225019d9b28e394dfe141a3bb5a50217f8ee50ef /src/mongo/db/operation_context.h | |
parent | d3ed3fad57e35f2459660c05b37e3b0509e45e5c (diff) | |
download | mongo-02a78a7f3d936813ea9e4195887b11d83448fcd6.tar.gz |
SERVER-16431 Simplify DB profile code
Diffstat (limited to 'src/mongo/db/operation_context.h')
-rw-r--r-- | src/mongo/db/operation_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/operation_context.h b/src/mongo/db/operation_context.h index f9a4fa4e2db..0a72c557fef 100644 --- a/src/mongo/db/operation_context.h +++ b/src/mongo/db/operation_context.h @@ -30,7 +30,6 @@ #include "mongo/base/disallow_copying.h" #include "mongo/base/status.h" -#include "mongo/base/string_data.h" #include "mongo/db/storage/recovery_unit.h" #include "mongo/db/concurrency/locker.h" #include "mongo/db/concurrency/d_concurrency.h" @@ -40,6 +39,7 @@ namespace mongo { class Client; class CurOp; class ProgressMeter; + class StringData; /** * This class encompasses the state required by an operation. |