1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

minor cleanups, no functional change

svn path=/icecast/trunk/icecast/; revision=14206
This commit is contained in:
Karl Heyes 2007-11-21 02:55:11 +00:00
parent ab1447d35b
commit 7d8182eef5
5 changed files with 14 additions and 14 deletions

View File

@ -13,7 +13,7 @@
#ifndef __SLAVE_H__
#define __SLAVE_H__
#include <thread/thread.h>
#include "thread/thread.h"
typedef struct _relay_server {
char *server;

View File

@ -23,10 +23,10 @@
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <thread/thread.h>
#include <avl/avl.h>
#include <httpp/httpp.h>
#include <net/sock.h>
#include "thread/thread.h"
#include "avl/avl.h"
#include "httpp/httpp.h"
#include "net/sock.h"
#include "connection.h"

View File

@ -20,7 +20,7 @@
#include <stdlib.h>
#include <curl/curl.h>
#include <thread/thread.h>
#include "thread/thread.h"
#include "connection.h"
#include "refbuf.h"