From 3f6545454fc39517373fe2c82c02fd46605175ad Mon Sep 17 00:00:00 2001 From: Fischer <89784872+Fischer0522@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:36:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E5=92=8C=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/observer/storage/trx/mvcc_trx.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/observer/storage/trx/mvcc_trx.cpp b/src/observer/storage/trx/mvcc_trx.cpp index 3a866dba6..ecf06a974 100644 --- a/src/observer/storage/trx/mvcc_trx.cpp +++ b/src/observer/storage/trx/mvcc_trx.cpp @@ -12,7 +12,6 @@ See the Mulan PSL v2 for more details. */ // Created by Wangyunlai on 2023/04/24. // -#include #include #include "storage/trx/mvcc_trx.h" #include "storage/field/field.h" @@ -20,7 +19,6 @@ See the Mulan PSL v2 for more details. */ #include "storage/db/db.h" #include "storage/clog/clog.h" - using namespace std; MvccTrxKit::~MvccTrxKit()