summaryrefslogtreecommitdiffstats
path: root/core/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/cpudetect.c')
-rw-r--r--core/cpudetect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/cpudetect.c b/core/cpudetect.c
index 283600aff6..62cb03008d 100644
--- a/core/cpudetect.c
+++ b/core/cpudetect.c
@@ -21,11 +21,11 @@
#include <stdlib.h>
#include <libavutil/cpu.h>
-#include "libav_compat.h"
+#include "compat/libav.h"
#include "config.h"
-#include "cpudetect.h"
-#include "mp_msg.h"
+#include "core/cpudetect.h"
+#include "core/mp_msg.h"
CpuCaps gCpuCaps;