mux.h does NOT need to include encode.h

It was needed earlier for WebPAnimEncoder API when it was using structs
like WebPConfig, but it only uses pointers to those now.

Change-Id: Ic0c144966421c678e8ef54b3fa81574bb2c9cd08
This commit is contained in:
Urvang Joshi
2015-11-09 15:40:09 -08:00
parent 8da07e8db0
commit 945cfa3b7c
2 changed files with 10 additions and 5 deletions

View File

@ -16,6 +16,7 @@
#include "../utils/utils.h"
#include "../webp/decode.h"
#include "../webp/encode.h"
#include "../webp/format_constants.h"
#include "../webp/mux.h"