aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-08-20 10:36:54 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 10:40:38 -0700
commit833e8803da346413676fff088ac97c4c26481a85 (patch)
treeb2dc8b20d90592c206e8b79399d88b99c6023c97 /tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc
parent468288f3b6bfdc20d2197ecefdb63aed7f338366 (diff)
Automated rollback of commit f35866577cb8d27a51b31f49f472e926c4359e1f
PiperOrigin-RevId: 209443205
Diffstat (limited to 'tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc')
-rw-r--r--tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc b/tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc
index b1e5f4f021..8d460fdfc6 100644
--- a/tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc
+++ b/tensorflow/contrib/lite/kernels/audio_spectrogram_test.cc
@@ -18,7 +18,7 @@ limitations under the License.
#include <vector>
#include <gtest/gtest.h>
-#include "include/flatbuffers/flexbuffers.h" // flatbuffers
+#include "flatbuffers/flexbuffers.h"
#include "tensorflow/contrib/lite/interpreter.h"
#include "tensorflow/contrib/lite/kernels/register.h"
#include "tensorflow/contrib/lite/kernels/test_util.h"