From 382be0b170230274bb18c66dd42146b255d7245a Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期一, 16 一月 2023 15:40:47 +0800
Subject: [PATCH] 修改头文件搜索目录和cpollcontrol统一

---
 dbapi.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dbapi.h b/dbapi.h
index 65d8228..e2821f5 100644
--- a/dbapi.h
+++ b/dbapi.h
@@ -4,9 +4,9 @@
 #include <map>
 #include <vector>
 
-#include "proto/x86_64/fileanalysis.pb.h"
-#include "proto/x86_64/protomsg.pb.h"
-#include "proto/x86_64/sysset.pb.h"
+#include "fileanalysis.pb.h"
+#include "protomsg.pb.h"
+#include "sysset.pb.h"
 
 using namespace std;
 
@@ -27,4 +27,4 @@
 bool dbapi_get_polygons(void *handle, std::vector<protomsg::CameraPolygon> &list);
 bool dbapi_get_polygon_relations(void *handle, std::vector<protomsg::CameraPolygonRelation> &list);
 bool dbapi_get_server_get_is_sys_expired(void *handle);
-#endif
\ No newline at end of file
+#endif

--
Gitblit v1.8.0