aboutsummaryrefslogtreecommitdiff
path: root/src/libGLESv2/common_includes.h
blob: 8ef4ab8ba18fd7d2fd83cd2c73dcc16ebd431a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//
// Copyright (c) 2013 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//

// precompiled.h: Precompiled header file for libGLESv2.

// TODO: use only the necessary includes in each individual file

#include "angle_gl.h"
#include <EGL/egl.h>
#include <EGL/eglext.h>

#include <assert.h>
#include <cstddef>
#include <float.h>
#include <stdint.h>
#include <intrin.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

#include <algorithm> // for std::min and std::max
#include <limits>
#include <map>
#include <set>
#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>