summaryrefslogtreecommitdiff
path: root/src/xine-utils/pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/pool.c')
-rw-r--r--src/xine-utils/pool.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/xine-utils/pool.c b/src/xine-utils/pool.c
index 39dbccb0c..60330ef53 100644
--- a/src/xine-utils/pool.c
+++ b/src/xine-utils/pool.c
@@ -15,19 +15,16 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- *
- * $Id: pool.c,v 1.2 2006/09/26 05:19:49 dgp85 Exp $
- *
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <assert.h>
-#include "attributes.h"
-#include "pool.h"
-#include "array.h"
+#include <xine/attributes.h>
+#include <xine/pool.h>
+#include <xine/array.h>
#define MIN_CHUNK_SIZE 32
#define MAX_CHUNK_SIZE 65536