From c1c5f2a519458f498934fa3f2074acc86f9f2f42 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Thu, 30 Mar 2023 14:24:46 +0000 Subject: Remove GetGraph and include of Graph.hpp header from public header Remove deprecated GetGraph() from OptimizationViews. This method has been deprecated for a long time and no backends still need it. Remove include of Graph.hpp from the public headers. Add includes elsewhere to deal with the header fallout. Signed-off-by: Matthew Bentham Change-Id: I8dae275a8a446d9d0e19be62684e9b3cd2fa493d --- src/backends/cl/test/ClBackendTests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends/cl/test') diff --git a/src/backends/cl/test/ClBackendTests.cpp b/src/backends/cl/test/ClBackendTests.cpp index 33f321653c..e9614a7c62 100644 --- a/src/backends/cl/test/ClBackendTests.cpp +++ b/src/backends/cl/test/ClBackendTests.cpp @@ -3,6 +3,7 @@ // SPDX-License-Identifier: MIT // +#include #include #include #include -- cgit v1.2.1