mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 13:20:56 +08:00
Removed reference to (unused) omp.h
This commit is contained in:
@@ -22,9 +22,6 @@
|
|||||||
|
|
||||||
#include "utility.h"
|
#include "utility.h"
|
||||||
|
|
||||||
#ifndef __APPLE__ // CLang++ does not have yet implementet OpenMP
|
|
||||||
#include <omp.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
Rect expandRect(Rect original, int expandXPixels, int expandYPixels, int maxX, int maxY)
|
Rect expandRect(Rect original, int expandXPixels, int expandYPixels, int maxX, int maxY)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user