1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

samples: eliminate cvconfig.h usage

- don't use TBB in samples
This commit is contained in:
Alexander Alekhin
2018-09-03 18:56:04 +00:00
parent aa5c45339c
commit afb81ba6e6
6 changed files with 15 additions and 37 deletions
@@ -2,7 +2,6 @@
#pragma warning( disable : 4201 4408 4127 4100)
#endif
#include "opencv2/cvconfig.h"
#include <iostream>
#include <iomanip>
#include <cstdio>