Clean up #includes in cmdutils.h.
authorDiego Biurrun <diego@biurrun.de>
Sun, 15 May 2011 15:09:25 +0000 (17:09 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 19 May 2011 08:23:53 +0000 (10:23 +0200)
commitea91e77127229015d23a046f1797d3fc6a33e54d
treea53e68a1ef3279fe141226d85a735eef74ba1f4f
parenta2077b85da5bf71167b11925aabbb738558a134d
Clean up #includes in cmdutils.h.

inttypes.h is not necessary, just stdint.h is enough.
Unconditionally #include avfilter.h in cmdutils.h.  It is an installed
header with no non-standard external dependencies, so it is safe.
cmdutils.h