mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 12:00:12 +01:00
mesa: remove unneeded #includes
This commit is contained in:
parent
5e3b2baae7
commit
0219cd0961
2 changed files with 0 additions and 9 deletions
|
|
@ -27,10 +27,6 @@
|
|||
*
|
||||
* \author Ian Romanick <ian.d.romanick@intel.com>
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "main/simple_list.h"
|
||||
|
|
|
|||
|
|
@ -20,11 +20,6 @@
|
|||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "main/imports.h"
|
||||
#include "symbol_table.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue