Skip to content

Commit

Permalink
remove some includes
Browse files Browse the repository at this point in the history
  • Loading branch information
rajveermalviya committed Oct 4, 2023
1 parent 2543cc2 commit b101dbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/texture_arrays/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
#include "webgpu-headers/webgpu.h"
#include "wgpu.h"
#include <assert.h>
#include <malloc/_malloc.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/_types/_size_t.h>

#if defined(WGPU_TARGET_MACOS)
#include <QuartzCore/CAMetalLayer.h>
Expand Down

0 comments on commit b101dbc

Please sign in to comment.