Skip to content

Commit 368f80a

Browse files
committed
moving include of detection headers
1 parent 623281d commit 368f80a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demos/crossroad_camera_demo/cpp/main.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
#include <openvino/openvino.hpp>
2222

2323
#include "detection_base.hpp"
24-
#include "detection_person.hpp"
25-
#include "detection_person_attr.hpp"
26-
#include "detection_person_reid.hpp"
2724

2825
namespace {
2926
constexpr char h_msg[] = "show the help message and exit";
@@ -130,6 +127,10 @@ void parse(int argc, char *argv[]) {
130127
}
131128
} // namespace
132129

130+
#include "detection_person.hpp"
131+
#include "detection_person_attr.hpp"
132+
#include "detection_person_reid.hpp"
133+
133134
int main(int argc, char* argv[]) {
134135
std::set_terminate(catcher);
135136
parse(argc, argv);

0 commit comments

Comments
 (0)