Fix #2007: Fix a couple relative header paths in header files.

This commit is contained in:
John Kessenich
2019-12-09 03:12:10 -07:00
parent d519167d2e
commit b5d9dee710
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
#include <ostream>
#endif
#include "../glslang/MachineIndependent/localintermediate.h"
#include "glslang/MachineIndependent/localintermediate.h"
#include "Logger.h"
namespace glslang {