mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
cpp: Fixed issue with confict of flat include and visited headers #1090
git-svn-id: svn://ultimatepp.org/upp/trunk@8487 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
685c116069
commit
bad151ba53
4 changed files with 1 additions and 7 deletions
|
|
@ -166,8 +166,6 @@ void Cpp::DoFlatInclude(const String& header_path)
|
|||
namespace_using.FindAdd(pp.usings[i]);
|
||||
usings << ";" << pp.usings[i];
|
||||
}
|
||||
for(int i = 0; i < pp.includes.GetCount(); i++)
|
||||
visited.FindAdd(pp.includes[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue