Stop implicitly importing xproto; goes with proto change to explicitly import it

This commit is contained in:
Josh Triplett 2006-10-07 01:27:26 -07:00
parent dd5ece6065
commit b9e49b2a47

View File

@ -68,9 +68,6 @@ authorization from the authors.
<xsl:for-each select="/xcb/import"> <xsl:for-each select="/xcb/import">
<path><xsl:value-of select="concat($extension-path, ., '.xml')" /></path> <path><xsl:value-of select="concat($extension-path, ., '.xml')" /></path>
</xsl:for-each> </xsl:for-each>
<xsl:if test="not($header='xproto')">
<path><xsl:value-of select="concat($base-path, 'xproto.xml')" /></path>
</xsl:if>
</xsl:variable> </xsl:variable>
<xsl:variable name="search-path" select="e:node-set($search-path-rtf)/path"/> <xsl:variable name="search-path" select="e:node-set($search-path-rtf)/path"/>