aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/simple_placer_test.cc
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-19 15:52:47 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2016-01-20 07:49:23 -0800
commitc8eaac926c929e07ac8db69f67803a2223ff2d93 (patch)
treeeef7fef1eaee8fa36db1069c6b3d5c2113dfc66d /tensorflow/core/common_runtime/simple_placer_test.cc
parent7ffa2d77111d75589f37ecf0ec6e8ee1fe53b995 (diff)
Many tensorflow/core build clean ups.
Change: 112523833
Diffstat (limited to 'tensorflow/core/common_runtime/simple_placer_test.cc')
-rw-r--r--tensorflow/core/common_runtime/simple_placer_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/common_runtime/simple_placer_test.cc b/tensorflow/core/common_runtime/simple_placer_test.cc
index 2239d93b45..00f9dfba56 100644
--- a/tensorflow/core/common_runtime/simple_placer_test.cc
+++ b/tensorflow/core/common_runtime/simple_placer_test.cc
@@ -20,7 +20,6 @@ limitations under the License.
#include <utility>
#include <vector>
-#include "testing/base/public/gunit.h"
#include "tensorflow/core/common_runtime/device.h"
#include "tensorflow/core/common_runtime/device_set.h"
#include "tensorflow/core/framework/device_attributes.pb.h"
@@ -36,6 +35,7 @@ limitations under the License.
#include "tensorflow/core/lib/core/errors.h"
#include "tensorflow/core/lib/core/status_test_util.h"
#include "tensorflow/core/lib/strings/strcat.h"
+#include "tensorflow/core/platform/test.h"
namespace tensorflow {