Skip to content
Snippets Groups Projects
Commit b2bf48d5 authored by Sebastien Alaiwan's avatar Sebastien Alaiwan
Browse files

idct.h: remove unused inclusions

Change-Id: I0a89e7eacf6941c735c9615af0bb74bc6d7d2ec4
parent 53e5e655
No related branches found
No related tags found
1 merge request!6Rav1e 11 yushin 1
......@@ -12,15 +12,12 @@
#ifndef AV1_COMMON_IDCT_H_
#define AV1_COMMON_IDCT_H_
#include <assert.h>
#include "./aom_config.h"
#include "av1/common/blockd.h"
#include "av1/common/common.h"
#include "av1/common/enums.h"
#include "aom_dsp/inv_txfm.h"
#include "aom_dsp/txfm_common.h"
#include "aom_ports/mem.h"
#ifdef __cplusplus
extern "C" {
......
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