removed compatibility headers

This commit is contained in:
Vladislav Vinogradov
2013-07-23 13:19:54 +04:00
parent fef646d4f8
commit 91dd44e7fa
20 changed files with 40 additions and 123 deletions

View File

@@ -9,9 +9,9 @@
#include <iostream>
#include "cvconfig.h"
#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/gpu/gpu.hpp"
#include "opencv2/core.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/gpustereo.hpp"
#ifdef HAVE_TBB
# include "tbb/tbb_stddef.h"