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"