I am doing some optimising of our site and combining some of the used javascript files.

The manual says to have references to core.js and formvalidate.js in the head of your template.

Though at the same time these are rendered to the page through App_Code/MasterPageBase.cs

Can I remove the ones from the MasterPageBase.cs or should these ones stay?

Thanks,

Mark