An include should not send any headers, as long as you have no white space at the beginning or the end of the file you're including. Also, make sure you wrap your code in PHP tags:
-------items.conf---------
<?php
$config_var1 = 'value1';
$config_var2 = 'value2';
?>
Hope this helps
-Rich