Move compiler.h and imports.h/c from src/mesa/main into src/util

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
This commit is contained in:
Marek Olšák
2020-03-25 21:11:44 -04:00
committed by Marge Bot
parent 6cfe074b86
commit e5339fe4a4
244 changed files with 263 additions and 264 deletions

View File

@@ -43,7 +43,7 @@
#include "glheader.h"
#include "hash.h"
#include "image.h"
#include "imports.h"
#include "util/imports.h"
#include "context.h"
#include "bufferobj.h"
#include "arrayobj.h"