diff --git a/onnxruntime/core/providers/shared_library/provider_interfaces.h b/onnxruntime/core/providers/shared_library/provider_interfaces.h index a600348a84..69dec051a8 100644 --- a/onnxruntime/core/providers/shared_library/provider_interfaces.h +++ b/onnxruntime/core/providers/shared_library/provider_interfaces.h @@ -4,10 +4,6 @@ // Public wrappers around internal ort interfaces (currently) // In the future the internal implementations could derive from these to remove the need for the wrapper implementations -#ifdef USE_TENSORRT -#include -#endif - #define PROVIDER_DISALLOW_ALL(TypeName) \ TypeName() = delete; \ TypeName(const TypeName&) = delete; \