Skip to content
Snippets Groups Projects
Commit be25f506 authored by Yaowu Xu's avatar Yaowu Xu
Browse files

Fix an include order

Change-Id: If27d9c12f737c20995df67ac56dc997f1eeee163
parent d99e8bef
No related branches found
No related tags found
2 merge requests!6Rav1e 11 yushin 1,!3Rav1e 10 yushin
......@@ -9,10 +9,10 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
#include "aom_dsp/ssim.h"
#include <assert.h>
#include <math.h>
#include "./aom_dsp_rtcd.h"
#include "aom_dsp/ssim.h"
#include "aom_ports/mem.h"
#include "aom_ports/system_state.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment