Browse Source

把#include"ya_evnet.h" 改为 #include"evnet.h"

daiyueteng 6 years ago
parent
commit
04ef24d053

+ 1 - 1
module_service/module_call_help.cpp

@@ -1,6 +1,6 @@
 #include"module_call_help.h"
 
-#include"ya_event.h"
+#include"event.h"
 #include"common_tool.h"
 #include"websocket/constdef.h"
 #include"log.h"

+ 1 - 1
module_service/module_over_speed_vehicle.cpp

@@ -1,6 +1,6 @@
 #include "module_over_speed_vehicle.h"
 
-#include "ya_event.h"
+#include "event.h"
 #include"log.h"
 #include"db/db_api/CDBSingletonDefine.h"
 #include"mine.h"

+ 1 - 1
module_service/module_web.h

@@ -14,7 +14,7 @@
 #include "rapidjson/document.h"
 
 #include"config_file.h"
-#include"ya_event.h"
+#include"event.h"
 #include"module_singleton_base.h"
 #include"module_i_thread.h"
 #include "websocket/wsClientMgr.h"