summaryrefslogtreecommitdiff
path: root/Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-06-27 06:07:23 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-06-27 06:07:23 +0000
commit1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c (patch)
tree46dcd36c86e7fbc6e5df36deb463b33e9967a6f7 /Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h
parent32761a6cee1d0dee366b885b7b9c777e67885688 (diff)
downloadWebKitGtk-tarball-master.tar.gz
Diffstat (limited to 'Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h')
-rw-r--r--Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h b/Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h
index 0d4e1a374..27917e6ee 100644
--- a/Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h
+++ b/Source/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.h
@@ -23,13 +23,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef THIRD_PARTY_COMPILER_ARRAY_BOUNDS_CLAMPER_H_
-#define THIRD_PARTY_COMPILER_ARRAY_BOUNDS_CLAMPER_H_
+#ifndef THIRD_PARTY_COMPILER_ARRAYBOUNDSCLAMPER_H_
+#define THIRD_PARTY_COMPILER_ARRAYBOUNDSCLAMPER_H_
-#include "GLSLANG/ShaderLang.h"
-
-#include "compiler/InfoSink.h"
-#include "compiler/intermediate.h"
+#include "compiler/translator/InfoSink.h"
+#include "compiler/translator/IntermNode.h"
class ArrayBoundsClamper {
public:
@@ -59,4 +57,4 @@ private:
bool mArrayBoundsClampDefinitionNeeded;
};
-#endif // THIRD_PARTY_COMPILER_ARRAY_BOUNDS_CLAMPER_H_
+#endif // THIRD_PARTY_COMPILER_ARRAYBOUNDSCLAMPER_H_