diff --git a/src/gallium/auxiliary/util/u_format_table.py b/src/gallium/auxiliary/util/u_format_table.py index 923a6be..bbbbdd6 100755 --- a/src/gallium/auxiliary/util/u_format_table.py +++ b/src/gallium/auxiliary/util/u_format_table.py @@ -85,15 +85,11 @@ def write_format_table(formats): print() # This will print the copyright message on the top of this file print(CopyRight.strip()) - print() - print('#include "u_format.h"') - print() - print() print('#include "pipe/p_compiler.h"') - print('#include "u_math.h"') - print('#include "u_half.h"') print('#include "u_format.h"') + print('#include "u_half.h"') + print('#include "u_math.h"') print() def do_channel_array(channels, swizzles):