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
|
@ -19,7 +19,7 @@
|
|||
#ifndef AVUTIL_PARSEUTILS_H
|
||||
#define AVUTIL_PARSEUTILS_H
|
||||
|
||||
#include "libavutil/rational.h"
|
||||
#include "rational.h"
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue