Skip to content

Commit b6f8912

Browse files
committed
remove remaining comments
1 parent 0757845 commit b6f8912

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

demos/smart_classroom_demo/cpp_gapi/include/detector.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
#pragma once
66

7-
#include <vector> // for vector
7+
#include <vector>
88

9-
#include <opencv2/core.hpp> // for Rect
9+
#include <opencv2/core.hpp>
1010

1111
namespace detection {
1212

demos/smart_classroom_demo/cpp_gapi/include/logger.hpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
#pragma once
66

7-
#include <stddef.h> // for size_t
7+
#include <stddef.h>
88

9-
#include <map> // for map
9+
#include <map>
1010
#include <memory>
11-
#include <ostream> // for operator<<, basic_ostream::operator<<, basic_ostream, basic_ostream<>::__ostream...
12-
#include <string> // for string, char_traits
13-
#include <tuple> // for tuple
14-
#include <vector> // for vector
11+
#include <ostream>
12+
#include <string>
13+
#include <tuple>
14+
#include <vector>
1515

16-
#include <opencv2/core.hpp> // for Rect, Size
16+
#include <opencv2/core.hpp>
1717

18-
#include "actions.hpp" // for RangeEventsTrack, FrameEventsTrack
18+
#include "actions.hpp"
1919

2020
struct Track;
2121
struct TrackedObject;

0 commit comments

Comments
 (0)