summaryrefslogtreecommitdiff
path: root/test/opt/redundancy_elimination_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/redundancy_elimination_test.cpp')
-rw-r--r--test/opt/redundancy_elimination_test.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/opt/redundancy_elimination_test.cpp b/test/opt/redundancy_elimination_test.cpp
index 39c6f568..a6e8c4f2 100644
--- a/test/opt/redundancy_elimination_test.cpp
+++ b/test/opt/redundancy_elimination_test.cpp
@@ -12,13 +12,14 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include "opt/value_number_table.h"
+#include <string>
-#include "assembly_builder.h"
#include "gmock/gmock.h"
-#include "opt/build_module.h"
-#include "pass_fixture.h"
-#include "pass_utils.h"
+#include "source/opt/build_module.h"
+#include "source/opt/value_number_table.h"
+#include "test/opt/assembly_builder.h"
+#include "test/opt/pass_fixture.h"
+#include "test/opt/pass_utils.h"
namespace spvtools {
namespace opt {