Commit 9bb44c65 authored by nmoutinho's avatar nmoutinho

Kept only opencv2/core.hpp in opencv2/plot.hpp. Moved all other includes to precomp.hpp.

parent 4e4805c3
......@@ -50,11 +50,6 @@
#ifdef __cplusplus
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <iostream>
#include <stdio.h>
#include <vector>
#include <algorithm>
/**
@defgroup plot Plot function for Mat data
......
......@@ -50,12 +50,12 @@
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include "opencv2/plot.hpp"
#include "opencv2/opencv_modules.hpp"
#include <vector>
#include <iostream>
#include <stdio.h>
#include "opencv2/plot.hpp"
#include "opencv2/opencv_modules.hpp"
#include <vector>
#include <algorithm>
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment