summaryrefslogtreecommitdiff
path: root/test/opt/dominator_tree/unreachable_for_post.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/dominator_tree/unreachable_for_post.cpp')
-rw-r--r--test/opt/dominator_tree/unreachable_for_post.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/opt/dominator_tree/unreachable_for_post.cpp b/test/opt/dominator_tree/unreachable_for_post.cpp
index ec6ebd24..8d3e37b4 100644
--- a/test/opt/dominator_tree/unreachable_for_post.cpp
+++ b/test/opt/dominator_tree/unreachable_for_post.cpp
@@ -12,17 +12,17 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#include <memory>
#include <string>
#include <vector>
-#include <gmock/gmock.h>
-
-#include "../assembly_builder.h"
-#include "../function_utils.h"
-#include "../pass_fixture.h"
-#include "../pass_utils.h"
-#include "opt/dominator_analysis.h"
-#include "opt/pass.h"
+#include "gmock/gmock.h"
+#include "source/opt/dominator_analysis.h"
+#include "source/opt/pass.h"
+#include "test/opt/assembly_builder.h"
+#include "test/opt/function_utils.h"
+#include "test/opt/pass_fixture.h"
+#include "test/opt/pass_utils.h"
namespace spvtools {
namespace opt {