Move #includes, which are only used in the test program, below the #ifdef
commit44d028352b90c6c1e5ee1bc5549bd0d8eb3e66d8
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 27 Jul 2008 21:05:12 +0000 (27 21:05 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 27 Jul 2008 21:05:12 +0000 (27 21:05 +0000)
tree497ae4e9799aac05c56631897d05ce2a7cb9d700
parent17b5c6f555a46ef3ec1abd3020f71eca7c7bbb94
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14439 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavutil/random.c