no iostream.

This commit is contained in:
Daniel Sipka 2015-05-04 13:31:59 +02:00
parent 82c34735c4
commit b88a7888fe

View File

@ -18,8 +18,6 @@ void template_type::process_text(citer begin, citer end) {
} }
} }
#include <iostream>
void template_type::tokenize(const std::string& tmp) { void template_type::tokenize(const std::string& tmp) {
std::string open{"{{"}, close{"}}"}; std::string open{"{{"}, close{"}}"};
citer beg = tmp.begin(); citer beg = tmp.begin();