Skip to content

Commit

Permalink
Removed iostream from Detect.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkozgur committed Nov 25, 2014
1 parent 98dd764 commit 4a9c680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Detect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "Detect.hpp"

#include<iostream>

namespace chilitags{

#ifdef OPENCV3
Expand Down
1 change: 0 additions & 1 deletion src/Detect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#ifndef DETECT_HPP
#define DETECT_HPP

#include <iostream>
#include <map>
#include <pthread.h>

Expand Down

0 comments on commit 4a9c680

Please sign in to comment.