summaryrefslogtreecommitdiff
path: root/test/opt/insert_extract_elim_test.cpp
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2018-08-03 15:06:09 -0400
committerGitHub <noreply@github.com>2018-08-03 15:06:09 -0400
commiteda2cfbe128e5b71e9a0131f816ade5186ad6420 (patch)
tree3342879b183f8cb6af3659033bd54fc2f3d7b921 /test/opt/insert_extract_elim_test.cpp
parent2d9a325264e3fc81317acc0a68a098f0546c352d (diff)
Cleanup includes. (#1795)
This Cl cleans up the include paths to be relative to the top level directory. Various include-what-you-use fixes have been added.
Diffstat (limited to 'test/opt/insert_extract_elim_test.cpp')
-rw-r--r--test/opt/insert_extract_elim_test.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/opt/insert_extract_elim_test.cpp b/test/opt/insert_extract_elim_test.cpp
index 3eae0064..c5169750 100644
--- a/test/opt/insert_extract_elim_test.cpp
+++ b/test/opt/insert_extract_elim_test.cpp
@@ -13,9 +13,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#include <opt/simplification_pass.h>
-#include "pass_fixture.h"
-#include "pass_utils.h"
+#include <string>
+
+#include "source/opt/simplification_pass.h"
+#include "test/opt/pass_fixture.h"
+#include "test/opt/pass_utils.h"
namespace spvtools {
namespace opt {