summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/shaders.cc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-04-02 22:05:50 +0000
committerKarl Berry <karl@freefriends.org>2019-04-02 22:05:50 +0000
commit23bb4b07bc1b1a4ade0d1004bfccc55d7333a2cc (patch)
tree2d67cd8966d05419ab638e015882bfd60cf8518c /Build/source/utils/asymptote/shaders.cc
parent5819f5bd557cdc4d5ca1c1424812ec533381ea12 (diff)
asy 2.49 sources
git-svn-id: svn://tug.org/texlive/trunk@50715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/shaders.cc')
-rw-r--r--Build/source/utils/asymptote/shaders.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/utils/asymptote/shaders.cc b/Build/source/utils/asymptote/shaders.cc
index dc8936fa447..e6c3f0746b1 100644
--- a/Build/source/utils/asymptote/shaders.cc
+++ b/Build/source/utils/asymptote/shaders.cc
@@ -1,17 +1,16 @@
// shader handling
// Author: Supakorn "Jamie" Rassameemasmuang
+#include "common.h"
+
+#ifdef HAVE_GL
+
#include <fstream>
#include <sstream>
#include <vector>
#include <string>
-#include <unordered_set>
-
#include <iostream>
-#include "common.h"
-#ifdef HAVE_GL
-
#include "shaders.h"
GLuint createShaders(GLchar const* src, int shaderType)