Further reduction of include dependencies

This commit is contained in:
Ingo Weyrich
2019-10-31 20:41:08 +01:00
parent 284fe57159
commit cac2eb53ef
54 changed files with 137 additions and 56 deletions

View File

@@ -54,9 +54,7 @@ inline ffInfo& ffInfo::operator =(const ffInfo &o)
ffInfo::~ffInfo()
{
if( ri ) {
delete ri;
}
delete ri;
}
bool ffInfo::operator <(const ffInfo &e2) const