mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
remove bad includes
This commit is contained in:
parent
d3e7738a5f
commit
07fb7756fb
1 changed files with 0 additions and 2 deletions
2
gl/gl.v
2
gl/gl.v
|
@ -9,8 +9,6 @@ import const (
|
||||||
GL_DEPTH_TEST
|
GL_DEPTH_TEST
|
||||||
)
|
)
|
||||||
|
|
||||||
#include <Cocoa/Cocoa.h>
|
|
||||||
#include <CoreGraphics/CoreGraphics.h>
|
|
||||||
#include "glad.h"
|
#include "glad.h"
|
||||||
#include "glad.c"
|
#include "glad.c"
|
||||||
fn init_glad() {
|
fn init_glad() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue