Skip to content

Commit

Permalink
Remove dav1d/ prefix from dav1d.h
Browse files Browse the repository at this point in the history
This is possible, because we no longer generate version.h at compile
time.

Reverts header change from 7629402 to
preserve the same behaviour as before.
  • Loading branch information
kasper93 committed Sep 11, 2024
1 parent 74ccc93 commit f4a0d7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/dav1d/dav1d.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
#include <errno.h>
#include <stdarg.h>

#include "dav1d/common.h"
#include "dav1d/picture.h"
#include "dav1d/data.h"
#include "dav1d/version.h"
#include "common.h"
#include "picture.h"
#include "data.h"
#include "version.h"

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit f4a0d7c

Please sign in to comment.