You'd have to re-post the page for that error so the line numbers can be checked. Have you got the same include listed twice (maybe I told you to add it but is was already there just too low in the code), or any duplicate code?
Do you have any gaps in the code blocks like:
<?php
....
?>
<?php...
That would also start header output prematurely.