summaryrefslogtreecommitdiff
path: root/encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'encode.c')
-rw-r--r--encode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/encode.c b/encode.c
index 16842a6..d9307ce 100644
--- a/encode.c
+++ b/encode.c
@@ -31,8 +31,8 @@
#include <va/va_drmcommon.h>
#include "gpu.h"
-#include "perf.h"
-#include "util.h"
+#include "toolbox/perf.h"
+#include "toolbox/utils.h"
struct EncodeContext {
struct GpuContext* gpu_context;