summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/compiler/translator/SimplifyLoopConditions.h')
-rwxr-xr-xgfx/angle/src/compiler/translator/SimplifyLoopConditions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h b/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h
index 968089d54..b8802aa11 100755
--- a/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h
+++ b/gfx/angle/src/compiler/translator/SimplifyLoopConditions.h
@@ -11,8 +11,6 @@
#ifndef COMPILER_TRANSLATOR_SIMPLIFYLOOPCONDITIONS_H_
#define COMPILER_TRANSLATOR_SIMPLIFYLOOPCONDITIONS_H_
-namespace sh
-{
class TIntermNode;
class TSymbolTable;
@@ -21,6 +19,5 @@ void SimplifyLoopConditions(TIntermNode *root,
unsigned int *temporaryIndex,
const TSymbolTable &symbolTable,
int shaderVersion);
-} // namespace sh
#endif // COMPILER_TRANSLATOR_SIMPLIFYLOOPCONDITIONS_H_