summaryrefslogtreecommitdiff
path: root/src/mesa/main/shared.c
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-09-14 12:57:32 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-07-08 14:27:09 -0700
commit56ff5359890b88ee09849876443feb3fa3065913 (patch)
treebe552f16b5884a59df1b8d4fb19e917bc6840ebb /src/mesa/main/shared.c
parentcbdf3fa3432b2a4a217f6d44399f99713f6ae840 (diff)
downloadmesa-use-utils-functions2.tar.gz
remove final imports.h bitsuse-utils-functions2
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. v2: - remove duplicate addition
Diffstat (limited to 'src/mesa/main/shared.c')
-rw-r--r--src/mesa/main/shared.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/shared.c b/src/mesa/main/shared.c
index 7a2ab0af725..ded104467fd 100644
--- a/src/mesa/main/shared.c
+++ b/src/mesa/main/shared.c
@@ -27,7 +27,6 @@
* Shared-context state
*/
-#include "imports.h"
#include "mtypes.h"
#include "hash.h"
#include "atifragshader.h"