Rename onyxc_int.h to av1_common_int.h.
In libvpx/vp8/common/onyxc_int.h, the purpose of the header is to define
struct VP8Common. In libvpx/vp9/common/vp9_onyxc_int.h and
av1/common/onyxc_int.h, this header file does much more than define
struct VP9Common and struct AV1Common, but I think the file name
"av1_common_int.h" still makes sense. It can be interpreted as the
internal header that defines struct AV1Common or as the internal
header in the av1/common/ directory.
Change-Id: I2ddc703b609ab2534b9e8166ed2f6db2a78371a0
diff --git a/av1/encoder/mcomp.c b/av1/encoder/mcomp.c
index 59552c8..5397a3b 100644
--- a/av1/encoder/mcomp.c
+++ b/av1/encoder/mcomp.c
@@ -20,9 +20,9 @@
#include "aom_mem/aom_mem.h"
#include "aom_ports/mem.h"
+#include "av1/common/av1_common_int.h"
#include "av1/common/common.h"
#include "av1/common/mvref_common.h"
-#include "av1/common/onyxc_int.h"
#include "av1/common/reconinter.h"
#include "av1/encoder/encoder.h"