Renamed ocl tests' precomp files according to convention.

Also, added the missing include guard to perf_precomp.hpp.
This should fix the build.
This commit is contained in:
Roman Donchenko
2013-08-08 18:18:54 +04:00
parent 6d7f29a03a
commit 4dc63273f0
45 changed files with 51 additions and 46 deletions

View File

@@ -42,7 +42,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "test_precomp.hpp"
#include <iomanip>
using namespace cv;