mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
fix double include files error
This commit is contained in:
parent
ebc985d49c
commit
37e8b3d9e0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user