From c7f5fcc606324fcb09aea90e1be61aa07e82e6c1 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 22 Feb 2023 19:55:23 -0300 Subject: [PATCH] Remove unused includes.. --- .gitmodules | 3 +++ dlib | 1 + src/cnn_face_detection.cc | 1 - src/face_detection.cc | 1 - src/face_landmark_detection.cc | 1 - 5 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .gitmodules create mode 160000 dlib diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ead5808 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "dlib"] + path = dlib + url = https://github.com/davisking/dlib diff --git a/dlib b/dlib new file mode 160000 index 0000000..dc94754 --- /dev/null +++ b/dlib @@ -0,0 +1 @@ +Subproject commit dc947546076a148b1760244be8737c2aeca41dac diff --git a/src/cnn_face_detection.cc b/src/cnn_face_detection.cc index 602e5c9..85b4cfa 100644 --- a/src/cnn_face_detection.cc +++ b/src/cnn_face_detection.cc @@ -3,7 +3,6 @@ #include #include -#include #include #include #include diff --git a/src/face_detection.cc b/src/face_detection.cc index 01239b5..4a4136c 100644 --- a/src/face_detection.cc +++ b/src/face_detection.cc @@ -4,7 +4,6 @@ #include #include -#include #include #include diff --git a/src/face_landmark_detection.cc b/src/face_landmark_detection.cc index d36f7ff..66623a0 100644 --- a/src/face_landmark_detection.cc +++ b/src/face_landmark_detection.cc @@ -5,7 +5,6 @@ #include #include -#include #include #include #include