summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r--src/input/input_http.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c
index 96841593f..dd9798bb1 100644
--- a/src/input/input_http.c
+++ b/src/input/input_http.c
@@ -48,9 +48,9 @@
#define LOG
*/
-#include "xine_internal.h"
-#include "xineutils.h"
-#include "input_plugin.h"
+#include <xine/xine_internal.h>
+#include <xine/xineutils.h>
+#include <xine/input_plugin.h>
#include "net_buf_ctrl.h"
#include "http_helper.h"
@@ -79,7 +79,6 @@ typedef struct {
off_t contentlength;
char buf[BUFSIZE];
- char proxybuf[BUFSIZE];
char preview[MAX_PREVIEW_SIZE];
off_t preview_size;