cosmetics: do not use full path for local headers
This commit is contained in:
parent
d11baad055
commit
a5a93fa8f5
3 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "libavutil/arm/cpu.h"
|
||||
#include "libavutil/float_dsp.h"
|
||||
#include "cpu.h"
|
||||
#include "float_dsp_arm.h"
|
||||
|
||||
void ff_float_dsp_init_arm(AVFloatDSPContext *fdsp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue