renamed gpu headers (made it more consistent)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "precomp.hpp"
|
||||
|
||||
#ifdef HAVE_CUDA
|
||||
#include "opencv2/core/gpumat.hpp"
|
||||
#include "opencv2/core/gpu.hpp"
|
||||
#endif
|
||||
|
||||
#ifdef ANDROID
|
||||
@@ -72,10 +72,6 @@ static void setCurrentThreadAffinityMask(int mask)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CUDA
|
||||
# include <opencv2/core/gpumat.hpp>
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
class PerfEnvironment: public ::testing::Environment
|
||||
|
||||
Reference in New Issue
Block a user