diff --git a/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_extension_table.h b/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_extension_table.h index 96baa7d55..7051ebeb2 100644 --- a/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_extension_table.h +++ b/src/internal_modules/roc_sndio/target_sndfile/roc_sndio/sndfile_extension_table.h @@ -11,8 +11,7 @@ #ifndef ROC_SNDIO_SNDFILE_EXTENSION_TABLE_H_ #define ROC_SNDIO_SNDFILE_EXTENSION_TABLE_H_ -#ifndef ROC_SNDIO_SNDFILE_FILEMAP_H_ -#define ROC_SNDIO_SNDFILE_FILEMAP_H_ + #pragma once #include "sndfile.h" @@ -30,5 +29,5 @@ static FileMap file_type_map[5] = { { SF_FORMAT_MAT4, "mat4", NULL }, { SF_FORMAT_WAV, "wav", "wav" }, { SF_FORMAT_NIST, "nist", NULL }, { SF_FORMAT_WAVEX, "wavex", NULL } }; -#endif // ROC_SNDIO_SNDFILE_FILEMAP_H_ + #endif // ROC_SNDIO_SNDFILE_EXTENSION_TABLE_H_