diff options
author | Brian Paul <[email protected]> | 2017-10-05 13:30:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2017-10-10 11:28:31 -0600 |
commit | 3c5664b78d39e2d13f156369f8114ebbe08d6fb7 (patch) | |
tree | 213e556a639fff2c7bfa67079cd0e9e9904dcea3 /src/mesa/main/execmem.c | |
parent | d670dd6b65d8b8b255ddcf0d83aa7dcb6a38f30b (diff) |
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Try to start removing things from the cluttered imports.h file.
v2: add new header to Makefile.sources
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/main/execmem.c')
-rw-r--r-- | src/mesa/main/execmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/execmem.c b/src/mesa/main/execmem.c index 3a1338515fe..21c5de7ad9d 100644 --- a/src/mesa/main/execmem.c +++ b/src/mesa/main/execmem.c @@ -33,6 +33,7 @@ #include <stdio.h> #include "imports.h" +#include "execmem.h" |