From d3b3f6b835cb7fcbb3712f876e84c8ed625170a2 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期三, 15 一月 2020 11:30:08 +0800
Subject: [PATCH] Merge branch 'cuda-8.0' of ssh://192.168.5.5:29418/libgowrapper/face into cuda-8.0

---
 csrc/struct.h |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/csrc/struct.h b/csrc/struct.h
index 951ab42..9be7c4c 100644
--- a/csrc/struct.h
+++ b/csrc/struct.h
@@ -1,7 +1,5 @@
-#ifndef _c_wrapper_c_structure_h_
-#define _c_wrapper_c_structure_h_
-
-#include <string.h>
+#ifndef _face_struct_h_
+#define _face_struct_h_
 
 typedef struct _cPOINT {
     int x;
@@ -61,6 +59,5 @@
     unsigned char pFacialData[8*1024];
     long        nFaceID;//face tracking id
 } cFaceInfo;
-
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0