mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Remove unused includes from search.
This commit is contained in:
parent
ae56118010
commit
b73b275e08
|
@ -29,17 +29,10 @@
|
|||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "bitstream.h"
|
||||
#include "image.h"
|
||||
#include "strategies/strategies-picture.h"
|
||||
#include "strategies/strategies-ipol.h"
|
||||
#include "intra.h"
|
||||
#include "inter.h"
|
||||
#include "filter.h"
|
||||
#include "rdo.h"
|
||||
#include "transform.h"
|
||||
#include "encoder.h"
|
||||
#include "search_inter.h"
|
||||
#include "search_intra.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue