Can't #define assert() before including assert.h on Android

Android's assert.h #errors if assert() has already been defined.
At least one file in mesa includes u_debug.h (which #defines
assert()) before including assert.h. This makes sure that
assert.h always gets included at the beginning of u_debug.h.

Review URL: https://chromiumcodereview.appspot.com/18570002

git-svn-id: svn://svn.chromium.org/chrome/trunk/deps/third_party/mesa@210108 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed