Move #includes, which are only used in the test program, below the #ifdef
authorDiego Biurrun <diego@biurrun.de>
Sun, 27 Jul 2008 21:05:12 +0000 (21:05 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 27 Jul 2008 21:05:12 +0000 (21:05 +0000)
commit00c6161d5a7ef1b3be683693ef21ef7b62cde4d9
tree9a36e5d9760acc9290fa7fd1e74767d410f52cdb
parentaf274fd1e13255332202ade68888bd42733e1546
Move #includes, which are only used in the test program, below the #ifdef
surrounding the test program to save an #ifdef at the top of the file.

Originally committed as revision 14439 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/random.c