5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2008 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
14 using System
.Collections
.Generic
;
18 static class HeaderCollection
20 public static void Write (List
<string> headers
, StringBuilder text
)
22 foreach (string header
in headers
) {
23 text
.Append ("#include \"");
25 text
.AppendLine ("\"");