fix double include files error

This commit is contained in:
akzi 2016-10-13 17:51:38 +08:00
parent ebc985d49c
commit 37e8b3d9e0

View File

@ -1205,7 +1205,6 @@ bool gsoner::read_multi_file(const std::vector<std::string>& files)
<< itr->c_str() << " error" << std::endl;
return false;
}
files_.push_back(get_filename(itr->c_str()));
}
return true;
}