Drop unnecessary directory prefixes from #include directives.
This commit is contained in:
parent
b9c6c7cb25
commit
dc25d79f49
11 changed files with 18 additions and 16 deletions
|
@ -26,7 +26,7 @@
|
|||
* see http://joe.hotchkiss.com/programming/eval/eval.html
|
||||
*/
|
||||
|
||||
#include "libavutil/avutil.h"
|
||||
#include "avutil.h"
|
||||
#include "eval.h"
|
||||
|
||||
typedef struct Parser {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue