rename files
This commit is contained in:
parent
a6b327fb69
commit
39bf54bba5
|
@ -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;
|
||||
|
Loading…
Reference in New Issue