cpplint issues vp9_thread.h
authorJim Bankoski <jimbankoski@google.com>
Sun, 29 Sep 2013 18:49:52 +0000 (11:49 -0700)
committerJim Bankoski <jimbankoski@google.com>
Sun, 29 Sep 2013 18:49:52 +0000 (11:49 -0700)
commitda17ffa937cb6274b4f96285e3f92faf90aab9cf
tree08ff975fca8e57628b53e4648b1c86e28eebf78b
parent681fb2282090c9664ed1304af9c234e19ba3364f
cpplint issues vp9_thread.h

apparently we are going to have trouble completely removing lint issue in this file.
It needs a bit more work.   We need to include vpx_config.h to know whether
we need to have multi threading .    and that means vpx_config.h has to come
before the system headers.  ( a violation )

Change-Id: I023feeab1bf5643b79dccc3b80a4a9ad42689e7b
Signed-off-by: Jim Bankoski <jimbankoski@google.com>
vp9/decoder/vp9_thread.h