From 758aef4c66ad8542e5786d6715c79506aabdcbec Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Mon, 28 Feb 2022 16:38:41 +0800 Subject: [PATCH] minor changes --- source/libs/executor/src/executorimpl.c | 2 +- source/libs/executor/src/tlinearhash.c | 2 +- source/libs/executor/src/tsort.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 0f3db9dd9e..c400ded1c1 100644 --- a/source/libs/executor/src/executorimpl.c +++ b/source/libs/executor/src/executorimpl.c @@ -17,7 +17,7 @@ #include "tep.h" #include "tsort.h" -#include "exception.h" +#include "texception.h" #include "parser.h" #include "tglobal.h" #include "tmsg.h" diff --git a/source/libs/executor/src/tlinearhash.c b/source/libs/executor/src/tlinearhash.c index 3a58253d81..7f3da9bcac 100644 --- a/source/libs/executor/src/tlinearhash.c +++ b/source/libs/executor/src/tlinearhash.c @@ -14,7 +14,7 @@ */ #include "tlinearhash.h" -#include "tcfg.h" +#include "tdef.h" #include "taoserror.h" #include "tpagedbuf.h" diff --git a/source/libs/executor/src/tsort.c b/source/libs/executor/src/tsort.c index 6e7b6b4659..e75ca069c5 100644 --- a/source/libs/executor/src/tsort.c +++ b/source/libs/executor/src/tsort.c @@ -18,7 +18,7 @@ #include "tsort.h" #include "tep.h" -#include "tcfg.h" +#include "tdef.h" #include "tlosertree.h" #include "tpagedbuf.h" #include "tutil.h"