提交 39bf54bb 编写于 作者: S Shengliang Guan

rename files

上级 a6b327fb
......@@ -26,7 +26,7 @@ extern "C" {
// usage example
/*
#include <stdio.h>
#include "exception.h"
#include "texception.h"
int main( int argc, char** argv ) {
SBufferWriter bw = tbufInitWriter( NULL, false );
......
......@@ -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"
......
......@@ -15,7 +15,7 @@
#include <tsdb.h>
#include "dataSinkMgt.h"
#include "exception.h"
#include "texception.h"
#include "os.h"
#include "tarray.h"
#include "tcache.h"
......
......@@ -13,7 +13,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <tep.h>
#include "exception.h"
#include "texception.h"
#include "os.h"
#include "parser.h"
#include "tglobal.h"
......
......@@ -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"
......
......@@ -14,7 +14,7 @@
*/
#include "plannerInt.h"
#include "exception.h"
#include "texception.h"
#include "parser.h"
#define STORE_CURRENT_SUBPLAN(cxt) SSubplan* _ = cxt->pCurrentSubplan
......
......@@ -16,7 +16,7 @@
#define _DEFAULT_SOURCE
#include "tbuffer.h"
#include "exception.h"
#include "texception.h"
#include "os.h"
//#include "taoserror.h"
......
......@@ -14,7 +14,7 @@
*/
#define _DEFAULT_SOURCE
#include "exception.h"
#include "texception.h"
static threadlocal SExceptionNode* expList;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册