Skip to content

Commit 0fae848

Browse files
committed
OpenCL: Add comments to users of openclwrapper.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent e0fc4f2 commit 0fae848

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/api/tesseractmain.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "baseapi.h"
2929
#include "basedir.h"
3030
#include "dict.h"
31-
#include "openclwrapper.h"
31+
#include "openclwrapper.h" // for PERF_COUNT_START, ...
3232
#include "osdetect.h"
3333
#include "renderer.h"
3434
#include "simddetect.h"

src/ccmain/thresholder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
#include "otsuthr.h"
2828

29-
#include "openclwrapper.h"
29+
#include "openclwrapper.h" // for PERF_COUNT_START, ...
3030

3131
namespace tesseract {
3232

src/ccstruct/otsuthr.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#include <cstring>
2323
#include "allheaders.h"
2424
#include "helpers.h"
25-
#include "openclwrapper.h"
26-
25+
#include "openclwrapper.h" // for PERF_COUNT_START, ...
2726

2827
namespace tesseract {
2928

src/textord/linefind.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "tabvector.h"
2828
#include "blobbox.h"
2929
#include "edgblob.h"
30-
#include "openclwrapper.h"
30+
#include "openclwrapper.h" // for PERF_COUNT_START, ...
3131

3232
#include "allheaders.h"
3333

0 commit comments

Comments
 (0)