From 7b0118268c294f0c8f7d9337a6e8c8896e7824fb Mon Sep 17 00:00:00 2001 From: John Date: Fri, 6 Aug 2021 20:40:37 +0100 Subject: [PATCH] Remove missing header from cmake. Signed-off-by: John --- .../Runtime/Code/testimpactframework_runtime_files.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/Tools/TestImpactFramework/Runtime/Code/testimpactframework_runtime_files.cmake b/Code/Tools/TestImpactFramework/Runtime/Code/testimpactframework_runtime_files.cmake index e28bb5ba7b..76673d9f40 100644 --- a/Code/Tools/TestImpactFramework/Runtime/Code/testimpactframework_runtime_files.cmake +++ b/Code/Tools/TestImpactFramework/Runtime/Code/testimpactframework_runtime_files.cmake @@ -125,6 +125,5 @@ set(FILES Source/TestImpactClientTestRun.cpp Source/TestImpactClientSequenceReport.cpp Source/TestImpactChangeListSerializer.cpp - Source/TestImpactChangeListSerializerInternal.h Source/TestImpactRepoPath.cpp )