Skip to content

Commit a105f6b

Browse files
committed
SERVER-29394 logical_clock.h should #include logical_time.h
1 parent f7dce40 commit a105f6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mongo/db/logical_clock.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@
2828

2929
#pragma once
3030

31-
#include "mongo/db/signed_logical_time.h"
31+
#include "mongo/db/logical_time.h"
3232
#include "mongo/stdx/mutex.h"
3333

3434
namespace mongo {
35-
class TimeProofService;
3635
class ServiceContext;
3736
class OperationContext;
3837

0 commit comments

Comments
 (0)