]> granicus.if.org Git - libvpx/commitdiff
Reorder includes
authorYaowu Xu <yaowu@google.com>
Wed, 19 Oct 2016 00:15:40 +0000 (17:15 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 19 Oct 2016 04:34:49 +0000 (04:34 +0000)
Change-Id: I97487bf353471bf9d245cd620780adfb1d3fc2b1

av1/common/odintrin.h
av1/common/onyxc_int.h

index 73106df418a432390cb796274c0ecdf1fa24d99a..5b83f8ce04ba3e8cce599329f27348000838872a 100644 (file)
 #ifndef AV1_COMMON_ODINTRIN_H_
 #define AV1_COMMON_ODINTRIN_H_
 
-#include "av1/common/enums.h"
 #include "aom/aom_integer.h"
 #include "aom_dsp/aom_dsp_common.h"
 #include "aom_ports/bitops.h"
+#include "av1/common/enums.h"
 
 #ifdef __cplusplus
 extern "C" {
index ee8cb4738478030b4165f9c50219f34a89b1b791..cf8d7b404a14c031f5bfc3ba84c030e24a1a0c5e 100644 (file)
 #define AV1_COMMON_ONYXC_INT_H_
 
 #include "./aom_config.h"
+#include "./av1_rtcd.h"
 #include "aom/internal/aom_codec_internal.h"
 #include "aom_util/aom_thread.h"
-#include "./av1_rtcd.h"
 #include "av1/common/alloccommon.h"
-#include "av1/common/loopfilter.h"
-#include "av1/common/entropymv.h"
 #include "av1/common/entropy.h"
 #include "av1/common/entropymode.h"
-#include "av1/common/mv.h"
+#include "av1/common/entropymv.h"
 #include "av1/common/frame_buffers.h"
+#include "av1/common/loopfilter.h"
+#include "av1/common/mv.h"
 #include "av1/common/quant_common.h"
-#include "av1/common/tile_common.h"
 #if CONFIG_LOOP_RESTORATION
 #include "av1/common/restoration.h"
 #endif  // CONFIG_LOOP_RESTORATION
+#include "av1/common/tile_common.h"
 
 #ifdef __cplusplus
 extern "C" {