diff --git a/include/util/tbuffer.h b/include/util/tbuffer.h index 6bb7f67e3d..f57103c738 100644 --- a/include/util/tbuffer.h +++ b/include/util/tbuffer.h @@ -26,7 +26,7 @@ extern "C" { // usage example /* #include -#include "exception.h" +#include "texception.h" int main( int argc, char** argv ) { SBufferWriter bw = tbufInitWriter( NULL, false ); diff --git a/include/util/exception.h b/include/util/texception.h similarity index 100% rename from include/util/exception.h rename to include/util/texception.h diff --git a/source/dnode/vnode/src/tsdb/tsdbRead.c b/source/dnode/vnode/src/tsdb/tsdbRead.c index bed2c0cd41..24fc1620fa 100644 --- a/source/dnode/vnode/src/tsdb/tsdbRead.c +++ b/source/dnode/vnode/src/tsdb/tsdbRead.c @@ -19,7 +19,7 @@ #include "tsdbLog.h" #include "tsdbReadImpl.h" #include "ttime.h" -#include "exception.h" +#include "texception.h" #include "os.h" #include "talgo.h" #include "tcompare.h" diff --git a/source/libs/executor/src/executorMain.c b/source/libs/executor/src/executorMain.c index f632a84c1f..1642120d15 100644 --- a/source/libs/executor/src/executorMain.c +++ b/source/libs/executor/src/executorMain.c @@ -15,7 +15,7 @@ #include #include "dataSinkMgt.h" -#include "exception.h" +#include "texception.h" #include "os.h" #include "tarray.h" #include "tcache.h" diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 5508b5ecd7..71d8bc7c6b 100644 --- a/source/libs/executor/src/executorimpl.c +++ b/source/libs/executor/src/executorimpl.c @@ -13,7 +13,7 @@ * along with this program. If not, see . */ #include -#include "exception.h" +#include "texception.h" #include "os.h" #include "parser.h" #include "tglobal.h" diff --git a/source/libs/function/src/texpr.c b/source/libs/function/src/texpr.c index 7d9cb97400..bede8b80fd 100644 --- a/source/libs/function/src/texpr.c +++ b/source/libs/function/src/texpr.c @@ -16,7 +16,7 @@ #include "function.h" #include "os.h" -#include "exception.h" +#include "texception.h" #include "taosdef.h" #include "tmsg.h" #include "tarray.h" diff --git a/source/libs/planner/src/physicalPlan.c b/source/libs/planner/src/physicalPlan.c index eadc95b98d..748be8fcd8 100644 --- a/source/libs/planner/src/physicalPlan.c +++ b/source/libs/planner/src/physicalPlan.c @@ -14,7 +14,7 @@ */ #include "plannerInt.h" -#include "exception.h" +#include "texception.h" #include "parser.h" #define STORE_CURRENT_SUBPLAN(cxt) SSubplan* _ = cxt->pCurrentSubplan diff --git a/source/util/src/tbuffer.c b/source/util/src/tbuffer.c index 0456d6a2ee..751184abdf 100644 --- a/source/util/src/tbuffer.c +++ b/source/util/src/tbuffer.c @@ -16,7 +16,7 @@ #define _DEFAULT_SOURCE #include "tbuffer.h" -#include "exception.h" +#include "texception.h" #include "os.h" //#include "taoserror.h" diff --git a/source/util/src/exception.c b/source/util/src/texception.c similarity index 99% rename from source/util/src/exception.c rename to source/util/src/texception.c index 614e50dad9..33befb694a 100644 --- a/source/util/src/exception.c +++ b/source/util/src/texception.c @@ -14,7 +14,7 @@ */ #define _DEFAULT_SOURCE -#include "exception.h" +#include "texception.h" static threadlocal SExceptionNode* expList;