diff options
| author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-08-08 21:55:54 +0000 |
|---|---|---|
| committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-08-08 21:55:54 +0000 |
| commit | d8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9 (patch) | |
| tree | 2e3bc3e3c1f50b434d3d67480c06fc22ce24bbd5 /src/input/libdvdnav/highlight.c | |
| parent | 892715d418f93897aa941bf8aaee69e74628099f (diff) | |
| download | xine-lib-d8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9.tar.gz xine-lib-d8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9.tar.bz2 | |
Changed loads of #include <dvdread/...> to #include <...>
CVS patchset: 2405
CVS date: 2002/08/08 21:55:54
Diffstat (limited to 'src/input/libdvdnav/highlight.c')
| -rw-r--r-- | src/input/libdvdnav/highlight.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/libdvdnav/highlight.c b/src/input/libdvdnav/highlight.c index dc4f3877a..3803bccb9 100644 --- a/src/input/libdvdnav/highlight.c +++ b/src/input/libdvdnav/highlight.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: highlight.c,v 1.1 2002/08/08 17:49:21 richwareham Exp $ + * $Id: highlight.c,v 1.2 2002/08/08 21:55:54 richwareham Exp $ * */ @@ -35,10 +35,10 @@ #include "vm.h" # -#include <dvdread/nav_types.h> +#include <nav_types.h> #ifdef BUTTON_TESTING -#include <dvdread/nav_print.h> +#include <nav_print.h> #endif /* Highlighting API calls */ |
