aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/mfcc_dct.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/kernels/mfcc_dct.h')
-rw-r--r--tensorflow/core/kernels/mfcc_dct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/kernels/mfcc_dct.h b/tensorflow/core/kernels/mfcc_dct.h
index 4fa3c01628..888b8e8df8 100644
--- a/tensorflow/core/kernels/mfcc_dct.h
+++ b/tensorflow/core/kernels/mfcc_dct.h
@@ -15,8 +15,8 @@ limitations under the License.
// Basic minimal DCT class for MFCC speech processing.
-#ifndef THIRD_PARTY_TENSORFLOW_CORE_KERNELS_MFCC_DCT_H_
-#define THIRD_PARTY_TENSORFLOW_CORE_KERNELS_MFCC_DCT_H_
+#ifndef TENSORFLOW_CORE_KERNELS_MFCC_DCT_H_
+#define TENSORFLOW_CORE_KERNELS_MFCC_DCT_H_
#include <vector>
@@ -41,4 +41,4 @@ class MfccDct {
} // namespace tensorflow
-#endif // THIRD_PARTY_TENSORFLOW_CORE_KERNELS_MFCC_DCT_H_
+#endif // TENSORFLOW_CORE_KERNELS_MFCC_DCT_H_