From 70f4404e9a9e69afdfdd07715aa946f6561ce0cb Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 10 Sep 2015 16:12:44 -0700 Subject: Remove CJBig2_Object, CJBig2_Module, and friends. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1326953006 . --- core/src/fxcodec/jbig2/JBig2_HuffmanTable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.h') diff --git a/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h b/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h index b954b4d30d..7c843cf91b 100644 --- a/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h +++ b/core/src/fxcodec/jbig2/JBig2_HuffmanTable.h @@ -6,9 +6,10 @@ #ifndef _JBIG2_HUFFMAN_TABLE_H_ #define _JBIG2_HUFFMAN_TABLE_H_ -#include "JBig2_Module.h" + #include "JBig2_HuffmanTable_Standard.h" #include "JBig2_BitStream.h" + class CJBig2_HuffmanTable { public: CJBig2_HuffmanTable(const JBig2TableLine* pTable, int nLines, FX_BOOL bHTOOB); -- cgit v1.2.3