summaryrefslogtreecommitdiffstats
path: root/dvdread
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-28 14:50:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-28 14:50:24 +0000
commit0792780cb7dbea0d33185c29b0ee664e41665f34 (patch)
tree9cb50f0a48baf07657bc30901e38803892ceec9e /dvdread
parentdf2124e18fbf85659a9b4e4f83edaef92553856c (diff)
downloadmpv-0792780cb7dbea0d33185c29b0ee664e41665f34.tar.bz2
mpv-0792780cb7dbea0d33185c29b0ee664e41665f34.tar.xz
Use consistent #include paths without "../".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26576 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread')
-rw-r--r--dvdread/bswap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvdread/bswap.h b/dvdread/bswap.h
index 881f4d36b5..92afd07c88 100644
--- a/dvdread/bswap.h
+++ b/dvdread/bswap.h
@@ -1,7 +1,7 @@
#ifndef DVDREAD_BSWAP_H
#define DVDREAD_BSWAP_H
-#include "../libavutil/bswap.h"
+#include "libavutil/bswap.h"
#ifdef WORDS_BIGENDIAN
#define B2N_16(x)