diff options
author | Thomas Helland <[email protected]> | 2017-06-01 22:21:19 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-06-07 21:07:24 +0200 |
commit | f0372814a9b8676c0b26de30c4cc33ada64baa7b (patch) | |
tree | b86aed7ec8f52ae718f81951bae9ca4a22cc9df8 /src/gallium/auxiliary/Makefile.sources | |
parent | a66befc3c899436d976605d9a59ed70b6d174de3 (diff) |
util: Move u_dynarray to src/util
This will be used as the basis for unification
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 0e450ab3d7e..99ab0c00bb5 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -221,7 +221,6 @@ C_SOURCES := \ util/u_dump_defines.c \ util/u_dump.h \ util/u_dump_state.c \ - util/u_dynarray.h \ util/u_fifo.h \ util/u_format.c \ util/u_format.h \ |