<?php
header("Content-Type: text/html; charset=utf-8");
header("Content-Style-Type: text/css; charset=utf-8");
header("Content-Script-Type: text/javascript; charset=utf-8");
?>

[06-Feb-2006 19:07:14] PHP Warning:  Cannot modify header information - headers already sent
            by (output started at /home/user/www/index.php:1) in /home/user/www/http-header.inc on line 4

このようなエラーが出てしまいます。
どうすれば良いでしょうか?