File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 28
28
#include " baseapi.h"
29
29
#include " basedir.h"
30
30
#include " dict.h"
31
- #include " openclwrapper.h"
31
+ #include " openclwrapper.h" // for PERF_COUNT_START, ...
32
32
#include " osdetect.h"
33
33
#include " renderer.h"
34
34
#include " simddetect.h"
Original file line number Diff line number Diff line change 26
26
27
27
#include " otsuthr.h"
28
28
29
- #include " openclwrapper.h"
29
+ #include " openclwrapper.h" // for PERF_COUNT_START, ...
30
30
31
31
namespace tesseract {
32
32
Original file line number Diff line number Diff line change 22
22
#include < cstring>
23
23
#include " allheaders.h"
24
24
#include " helpers.h"
25
- #include " openclwrapper.h"
26
-
25
+ #include " openclwrapper.h" // for PERF_COUNT_START, ...
27
26
28
27
namespace tesseract {
29
28
Original file line number Diff line number Diff line change 27
27
#include " tabvector.h"
28
28
#include " blobbox.h"
29
29
#include " edgblob.h"
30
- #include " openclwrapper.h"
30
+ #include " openclwrapper.h" // for PERF_COUNT_START, ...
31
31
32
32
#include " allheaders.h"
33
33
You can’t perform that action at this time.
0 commit comments