summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2023-05-19 19:20:59 +0200
committerErico Nunes <nunes.erico@gmail.com>2023-05-19 19:20:59 +0200
commit0be1681d09e77330e02b8d4708e47a04585f4b16 (patch)
treea4d307f09dc4e92f1cb446776f3046f4d9f4b65e
parentcf4ec7f35521eb54d72ce0c92ce65b2249171cbd (diff)
perfcntrs.c: remove include GLES3/gl3.h
This is not needed to build, and the functionality is also compatible with GLES2 only. Fixes build in environment with only GLES2 headers. Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
-rw-r--r--perfcntrs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/perfcntrs.c b/perfcntrs.c
index 555a1b1..565fc58 100644
--- a/perfcntrs.c
+++ b/perfcntrs.c
@@ -30,8 +30,6 @@
#include <stdlib.h>
#include <string.h>
-#include <GLES3/gl3.h>
-
#include "common.h"
/* Module to collect a specified set of performance counts, and accumulate