mirror of https://github.com/acidanthera/audk.git
Keep the original order of MSA's "dependence library class" which will reflect to include header file in Autogen.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1083 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5dd2d779dd
commit
893cea1463
|
@ -25,6 +25,7 @@ import java.io.FileWriter;
|
|||
import java.util.ArrayList;
|
||||
import java.util.HashSet;
|
||||
import java.util.Iterator;
|
||||
import java.util.LinkedHashSet;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
@ -659,7 +660,7 @@ public class AutoGen {
|
|||
*/
|
||||
Set<String> LibraryClassToAutogenH(String[] libClassList)
|
||||
throws AutoGenException {
|
||||
Set<String> includStrList = new HashSet<String>();
|
||||
Set<String> includStrList = new LinkedHashSet<String>();
|
||||
String includerName[];
|
||||
String str = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue