From 69c620e84fdf91095556294f20d79622565a827d Mon Sep 17 00:00:00 2001 From: Sergey Karayev Date: Tue, 25 Mar 2014 14:48:08 -0700 Subject: [PATCH] fixed compilation error on window_data_layer.cu in 10.8 --- src/caffe/layers/window_data_layer.cu | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/caffe/layers/window_data_layer.cu b/src/caffe/layers/window_data_layer.cu index 3994352..ae477c0 100644 --- a/src/caffe/layers/window_data_layer.cu +++ b/src/caffe/layers/window_data_layer.cu @@ -2,23 +2,12 @@ // // Based on data_layer.cpp by Yangqing Jia. -#include #include #include -#include #include #include -#include -#include // NOLINT(readability/streams) -#include -#include "opencv2/core/core.hpp" -#include "opencv2/highgui/highgui.hpp" -#include "opencv2/imgproc/imgproc.hpp" - -#include "caffe/blob.hpp" -#include "caffe/common.hpp" #include "caffe/layer.hpp" #include "caffe/util/io.hpp" #include "caffe/vision_layers.hpp" -- 2.7.4