aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-09-14 12:57:32 -0700
committerDylan Baker <[email protected]>2020-04-21 11:09:04 -0700
commit8e3696137f2cb7b4f5a3824f26186ecbb06f9282 (patch)
tree4494df8d138aaf2bab2feafa832f68e9fdf9bfb1 /src/mesa/meson.build
parent289f02d1d5990e052e21eb250f6d40b47d6eb12f (diff)
remove final imports.h and imports.c bits
This moves the fi_types to a new mesa_private.h and removes the imports.c file. The vast majority of this patch is just removing pound includes of imports.h and fixing up the recursive includes. Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Matt Turner <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3024>
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r--src/mesa/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build
index ba594258363..1a0fedc2a74 100644
--- a/src/mesa/meson.build
+++ b/src/mesa/meson.build
@@ -179,6 +179,7 @@ files_libmesa_common = files(
'main/histogram.h',
'main/image.c',
'main/image.h',
+ 'main/mesa_private.h',
'main/light.c',
'main/light.h',
'main/lines.c',