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

replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)

This commit is contained in:
Vadim Pisarevsky
2011-05-21 18:32:34 +00:00
parent b58d9edc6a
commit 23768b1826
81 changed files with 188 additions and 192 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
* that was generated with imagelist_creator.cpp
* easy as CV_PI right?
*/
#include <opencv2/highgui/highgui.hpp>
#include "opencv2/highgui/highgui.hpp"
#include <iostream>
#include <vector>