summaryrefslogtreecommitdiff
path: root/include/skh
diff options
context:
space:
mode:
Diffstat (limited to 'include/skh')
-rw-r--r--include/skh/egl.h3
-rw-r--r--include/skh/gl.h3
-rw-r--r--include/skh/window.h3
3 files changed, 0 insertions, 9 deletions
diff --git a/include/skh/egl.h b/include/skh/egl.h
deleted file mode 100644
index b6f5c04..0000000
--- a/include/skh/egl.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#pragma once
-
-#include "../../src/egl_common.h"
diff --git a/include/skh/gl.h b/include/skh/gl.h
deleted file mode 100644
index 5b9185a..0000000
--- a/include/skh/gl.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#pragma once
-
-#include "../../src/gl_common.h"
diff --git a/include/skh/window.h b/include/skh/window.h
deleted file mode 100644
index b0c0068..0000000
--- a/include/skh/window.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#pragma once
-
-#include "../../src/window.h"