Sitecore has a mechanism for patching include files (http://www.sitecore.net/Community/Technical-Blogs/John-West-Sitecore-Blog/Posts/2011/05/All-About-web-config-Include-Files-with-the-Sitecore-ASPNET-CMS.aspx) but I'd like to patch something in the Analytics config, which itself uses this mechanism already.
Rather than add my line to the Analytics include file, it seems cleaner to leave it in my own tiny config; but it doesn't seem to get applied (my breakpoint isn't being hit).
I'm wondering if there's a way to control the order include files are processed in Sitecore, or if this just plain doesn't work?