From be25f506fdaefa2b0d7a304c74bc0ffff55cccaa Mon Sep 17 00:00:00 2001 From: Yaowu Xu Date: Thu, 1 Sep 2016 14:34:03 -0700 Subject: [PATCH] Fix an include order Change-Id: If27d9c12f737c20995df67ac56dc997f1eeee163 --- aom_dsp/ssim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aom_dsp/ssim.c b/aom_dsp/ssim.c index 9c6e23873..966067662 100644 --- a/aom_dsp/ssim.c +++ b/aom_dsp/ssim.c @@ -9,10 +9,10 @@ * PATENTS file, you can obtain it at www.aomedia.org/license/patent. */ -#include "aom_dsp/ssim.h" #include #include #include "./aom_dsp_rtcd.h" +#include "aom_dsp/ssim.h" #include "aom_ports/mem.h" #include "aom_ports/system_state.h" -- GitLab