diff options
Diffstat (limited to 'gfx/angle/src/compiler/preprocessor/Lexer.cpp')
-rwxr-xr-x | gfx/angle/src/compiler/preprocessor/Lexer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/angle/src/compiler/preprocessor/Lexer.cpp b/gfx/angle/src/compiler/preprocessor/Lexer.cpp index 89cb3cf44..7c663ee76 100755 --- a/gfx/angle/src/compiler/preprocessor/Lexer.cpp +++ b/gfx/angle/src/compiler/preprocessor/Lexer.cpp @@ -4,7 +4,7 @@ // found in the LICENSE file. // -#include "compiler/preprocessor/Lexer.h" +#include "Lexer.h" namespace pp { |