removed unused includes

This commit is contained in:
Vladislav Vinogradov
2013-04-17 17:54:21 +04:00
parent 623c7da747
commit 77aafc2984
5 changed files with 5 additions and 175 deletions

View File

@@ -40,18 +40,13 @@
//
//M*/
#include <cstdio>
#include "opencv2/ts.hpp"
#include "opencv2/ts/gpu_perf.hpp"
#ifdef HAVE_CVCONFIG_H
#include "cvconfig.h"
#endif
#include "opencv2/core.hpp"
#include "opencv2/gpu.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/video.hpp"
#include "opencv2/legacy.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/ts/gpu_perf.hpp"
int main(int argc, char* argv[])
{