From 3a99b8151f6a002353691b1254b395eb52effefa Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Mon, 17 Aug 2015 17:25:43 +0000
Subject: [PATCH] Fair comparison
---
src/image.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/image.h b/src/image.h
index e380025..b635ff1 100644
--- a/src/image.h
+++ b/src/image.h
@@ -1,18 +1,12 @@
#ifndef IMAGE_H
#define IMAGE_H
-
#include <stdlib.h>
#include <stdio.h>
#include <float.h>
#include <string.h>
#include <math.h>
-#ifdef OPENCV
-#include "opencv2/highgui/highgui_c.h"
-#include "opencv2/imgproc/imgproc_c.h"
-#endif
-
typedef struct {
int h;
int w;
--
Gitblit v1.10.0