Skip to content
Snippets Groups Projects
Commit 41c2a6ed authored by Dan Povey's avatar Dan Povey
Browse files

trunk: fix some names of include guards.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2997 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent fd433950
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
// See the Apache 2 License for the specific language governing permissions and
// limitations under the License.
#ifndef KALDI_SRC_GST_PLUGIN_GST_AUDIO_SOURCE_H_
#define KALDI_SRC_GST_PLUGIN_GST_AUDIO_SOURCE_H_
#ifndef KALDI_GST_PLUGIN_GST_AUDIO_SOURCE_H_
#define KALDI_GST_PLUGIN_GST_AUDIO_SOURCE_H_
#include <online/online-audio-source.h>
#include <matrix/kaldi-vector.h>
......@@ -56,4 +56,4 @@ class GstBufferSource : public OnlineAudioSourceItf {
} // namespace kaldi
#endif // KALDI_SRC_GST_PLUGIN_GST_AUDIO_SOURCE_H_
#endif // KALDI_GST_PLUGIN_GST_AUDIO_SOURCE_H_
......@@ -17,8 +17,8 @@
// See the Apache 2 License for the specific language governing permissions and
// limitations under the License.
#ifndef KALDI_SRC_GST_PLUGIN_GST_ONLINE_GMM_DECODE_FASTER_H_
#define KALDI_SRC_GST_PLUGIN_GST_ONLINE_GMM_DECODE_FASTER_H_
#ifndef KALDI_GST_PLUGIN_GST_ONLINE_GMM_DECODE_FASTER_H_
#define KALDI_GST_PLUGIN_GST_ONLINE_GMM_DECODE_FASTER_H_
#include <vector>
#include <gst/gst.h>
......@@ -99,4 +99,4 @@ GType gst_online_gmm_decode_faster_get_type(void);
G_END_DECLS
}
#endif // KALDI_SRC_GST_PLUGIN_GST_ONLINE_GMM_DECODE_FASTER_H_
#endif // KALDI_GST_PLUGIN_GST_ONLINE_GMM_DECODE_FASTER_H_
......@@ -17,8 +17,8 @@
// See the Apache 2 License for the specific language governing permissions and
// limitations under the License.
#ifndef KALDI_ONLINE_TCP_SOURCE_H_
#define KALDI_ONLINE_TCP_SOURCE_H_
#ifndef KALDI_ONLINE_ONLINE_TCP_SOURCE_H_
#define KALDI_ONLINE_ONLINE_TCP_SOURCE_H_
#include "online-audio-source.h"
#include "matrix/kaldi-vector.h"
......@@ -69,4 +69,4 @@ class OnlineTcpVectorSource : public OnlineAudioSourceItf {
} // namespace kaldi
#endif // KALDI_ONLINE_TCP_SOURCE_H_
#endif // KALDI_ONLINE_ONLINE_TCP_SOURCE_H_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment