gallium: sort and remove duplicate includes

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
macos/master
Erik Faye-Lund 6 years ago committed by Dave Airlie
parent 5b2b4719e6
commit d3b2e8ef6b
  1. 8
      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):

Loading…
Cancel
Save