[TF:XLA] Drop unused types.h include from executable_run_options.h

This is part of the tfcompile deps, and we don't want to have a dependency on
half of TensorFlow for AOT users, even though it's header-only.

PiperOrigin-RevId: 230352690
This commit is contained in:
Benjamin Kramer 2019-01-22 09:19:46 -08:00 committed by TensorFlower Gardener
parent 0b65aa379f
commit 80f47caee4

View File

@ -16,9 +16,6 @@ limitations under the License.
#ifndef TENSORFLOW_COMPILER_XLA_EXECUTABLE_RUN_OPTIONS_H_
#define TENSORFLOW_COMPILER_XLA_EXECUTABLE_RUN_OPTIONS_H_
// Pulls in the ::stream_executor -> ::xla::se namespace alias.
#include "tensorflow/compiler/xla/types.h"
// These classes are forward declared so that ExecutableRunOptions can be linked
// into an XLA-compiled binary without having to link all of the pointed-to
// objects (e.g., for an ahead-of-time compiled CPU binary, the gpu tools don't
@ -28,12 +25,6 @@ class Stream;
class Platform;
} // namespace stream_executor
namespace tensorflow {
namespace thread {
class ThreadPool;
} // namespace thread
} // namespace tensorflow
namespace Eigen {
struct ThreadPoolDevice;
} // namespace Eigen