summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 08:30:55 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 12:35:36 -0400
commit38d17532c672a213d9c7a7fc184b32c80c0df517 (patch)
treee81a9ed0736e666c9d33cea24369ee5e3f4ae91d /include
parent86230821e4da9605f5ac4a53d011835d37fc73e4 (diff)
downloadqtlocation-mapboxgl-38d17532c672a213d9c7a7fc184b32c80c0df517.tar.gz
use binary mesa on travis to speed up build times
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/platform/gl.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/platform/gl.hpp b/include/mbgl/platform/gl.hpp
index cc2a681d42..d5162f2c70 100644
--- a/include/mbgl/platform/gl.hpp
+++ b/include/mbgl/platform/gl.hpp
@@ -38,7 +38,6 @@
#else
#define GL_GLEXT_PROTOTYPES
#include <GL/gl.h>
- #include <GL/glu.h>
#include <GL/glext.h>
#endif