summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_dboolhuff.h
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2013-03-05 14:12:16 -0800
committerDmitry Kovalev <dkovalev@google.com>2013-03-05 14:12:16 -0800
commit7f99c3c59a446145a08c5d66f8f7af908535e8c0 (patch)
tree3981ac699ca4d7c787b198eaea03e2a19e59170b /vp9/decoder/vp9_dboolhuff.h
parent764be4f66fc3928ec668f8faccef1705049ff5a5 (diff)
downloadlibvpx-7f99c3c59a446145a08c5d66f8f7af908535e8c0.tar
libvpx-7f99c3c59a446145a08c5d66f8f7af908535e8c0.tar.gz
libvpx-7f99c3c59a446145a08c5d66f8f7af908535e8c0.tar.bz2
libvpx-7f99c3c59a446145a08c5d66f8f7af908535e8c0.zip
Code cleanup.
Removing redundant 'extern' keywords, fixing formatting and #include order, code simplification. Change-Id: I0e5fdc8009010f3f885f13b5d76859b9da511758
Diffstat (limited to 'vp9/decoder/vp9_dboolhuff.h')
-rw-r--r--vp9/decoder/vp9_dboolhuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/decoder/vp9_dboolhuff.h b/vp9/decoder/vp9_dboolhuff.h
index cf31d380a..eeb5c35d4 100644
--- a/vp9/decoder/vp9_dboolhuff.h
+++ b/vp9/decoder/vp9_dboolhuff.h
@@ -13,6 +13,7 @@
#include <stddef.h>
#include <limits.h>
+
#include "./vpx_config.h"
#include "vpx_ports/mem.h"
#include "vpx/vpx_integer.h"