git-svn-id: svn://ultimatepp.org/upp/trunk@8449 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-14 21:27:51 +00:00
parent 1506484ce2
commit e34a104a0b
3 changed files with 16 additions and 16 deletions

View file

@ -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 << "]";
}
}
}