Remove all include directives for <string>

This commit is contained in:
Andrey Kamaev
2013-03-22 19:31:36 +04:00
parent 29b544d83c
commit 75513a46dc
21 changed files with 12 additions and 31 deletions

View File

@@ -58,7 +58,6 @@
#ifndef _ncvhaarobjectdetection_hpp_
#define _ncvhaarobjectdetection_hpp_
#include <string>
#include "NCV.hpp"

View File

@@ -41,7 +41,6 @@
#include <iostream>
#include <string>
#include <vector>
#include "NCV.hpp"

View File

@@ -64,7 +64,6 @@
#include <deque>
#include <stdexcept>
#include <memory>
#include <string>
#include "opencv2/gpu.hpp"
#include "opencv2/imgproc.hpp"