提交 2d94f8a8 编写于 作者: S Shengliang Guan

refactor: rename files

上级 9e287ce2
...@@ -51,4 +51,4 @@ void clearScreen(int ecmd_pos, int cursor_pos); ...@@ -51,4 +51,4 @@ void clearScreen(int ecmd_pos, int cursor_pos);
void printChar(char c, int times); void printChar(char c, int times);
void positionCursor(int step, int direction); void positionCursor(int step, int direction);
#endif #endif /*_TD_SHELL_COMMAND_H_*/
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
#include "taos.h" #include "taos.h"
#include "taosdef.h" #include "taosdef.h"
#include <regex.h>
#include <wordexp.h>
#define MAX_HISTORY_SIZE 1000 #define MAX_HISTORY_SIZE 1000
#define MAX_COMMAND_SIZE 1048586 #define MAX_COMMAND_SIZE 1048586
#define HISTORY_FILE ".taos_history" #define HISTORY_FILE ".taos_history"
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include "os.h" #include "os.h"
#include "shellInt.h" #include "shellInt.h"
#include <regex.h>
typedef struct { typedef struct {
char widthInString; char widthInString;
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#include "ttypes.h" #include "ttypes.h"
#include "tutil.h" #include "tutil.h"
#include <regex.h>
#include <wordexp.h>
/**************** Global variables ****************/ /**************** Global variables ****************/
#ifdef _TD_POWER_ #ifdef _TD_POWER_
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册