mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-20 06:06:52 -06:00
.cpp
git-svn-id: svn://ultimatepp.org/upp/trunk@8449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1506484ce2
commit
e34a104a0b
3 changed files with 16 additions and 16 deletions
|
|
@ -208,9 +208,6 @@ void Cpp::DoFlatInclude(const String& header_path)
|
|||
namespace_using.FindAdd(m.text);
|
||||
usings << ";" << m.text;
|
||||
}
|
||||
else
|
||||
if(m.type == PP_INCLUDE) // In flat PP, only marker
|
||||
usings << ";[" << m.text << "]";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue