From 508a697e942e7ebdcc8a7858481cc80c5d7d045c Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 30 May 2008 19:14:04 +0000 Subject: Fix #include paths. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26932 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/sysdep/AsmMacros_x86.h | 2 +- vidix/sysdep/libdha_win32.c | 2 +- vidix/sysdep/pci_win32.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h index c28b8e5b26..02cf4c83c1 100644 --- a/vidix/sysdep/AsmMacros_x86.h +++ b/vidix/sysdep/AsmMacros_x86.h @@ -70,7 +70,7 @@ #ifdef CONFIG_DHAHELPER #include -#include "../kernelhelper/dhahelper.h" +#include "kernelhelper/dhahelper.h" extern int dhahelper_fd; extern int dhahelper_initialized; diff --git a/vidix/sysdep/libdha_win32.c b/vidix/sysdep/libdha_win32.c index c4fece4c19..c20727e50a 100644 --- a/vidix/sysdep/libdha_win32.c +++ b/vidix/sysdep/libdha_win32.c @@ -6,7 +6,7 @@ #include #include -#include "../dhahelperwin/dhahelper.h" +#include "dhahelperwin/dhahelper.h" /* This is the request structure that applications use diff --git a/vidix/sysdep/pci_win32.c b/vidix/sysdep/pci_win32.c index a838a74342..41f8a4eb90 100644 --- a/vidix/sysdep/pci_win32.c +++ b/vidix/sysdep/pci_win32.c @@ -28,7 +28,7 @@ #include #include -#include "../dhahelperwin/dhahelper.h" +#include "dhahelperwin/dhahelper.h" static HANDLE hDriver; extern int IsWinNT(); -- cgit v1.2.3