отображение инклудов
This commit is contained in:
@@ -55,7 +55,7 @@ public class CombineFiles extends Transformation {
|
||||
Vector<String> all_includes = new Vector<>();
|
||||
//-----------------------------
|
||||
result_lines.add("!-Found " + target.allIncludes.size() + " headers");
|
||||
for (String name : target.allIncludes.keySet()) {
|
||||
for (String name : target.allIncludes) {
|
||||
all_includes.add(" include " + Utils_.Quotes(Utils_.toU(name)));
|
||||
result_lines.add("! include " + Utils_.Quotes(Utils_.toU(name)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user