|
|
|
|
@ -409,11 +409,10 @@ namespace CppSharp.Passes
@@ -409,11 +409,10 @@ namespace CppSharp.Passes
|
|
|
|
|
if (declaration.TranslationUnit.Module.Libraries.Any(l => |
|
|
|
|
Context.Symbols.Libraries.First( |
|
|
|
|
lib => lib.FileName == l).Dependencies.Any( |
|
|
|
|
module.Libraries.Contains))) |
|
|
|
|
{ |
|
|
|
|
d => module != declaration.TranslationUnit.Module && |
|
|
|
|
module.Libraries.Contains(d)))) |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|