Mercurial > libavformat.hg
diff nutdec.c @ 3286:6f61c3b36632 libavformat
Use full path for #includes from another directory.
| author | diego |
|---|---|
| date | Fri, 09 May 2008 11:56:36 +0000 |
| parents | 1c55ed1a5044 |
| children | f89173ea4c5e |
line wrap: on
line diff
--- a/nutdec.c Fri May 09 11:25:27 2008 +0000 +++ b/nutdec.c Fri May 09 11:56:36 2008 +0000 @@ -20,9 +20,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "tree.h" +#include "libavutil/avstring.h" +#include "libavutil/tree.h" #include "nut.h" -#include "avstring.h" #undef NDEBUG #include <assert.h>
