clock: rename private header guard

This is an core internal header guard, its naming blocks a publicly
exposed header to have this standard name.
This commit is contained in:
Alaric Senat 2023-01-30 18:11:54 +01:00 committed by Steve Lhomme
parent d9e8ad8b02
commit a1bfd37cb9
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
#ifndef VLC_CLOCK_H
#define VLC_CLOCK_H
#ifndef CLOCK_H
#define CLOCK_H
enum vlc_clock_master_source
{
@ -230,4 +230,4 @@ vlc_clock_ConvertToSystem(vlc_clock_t *clock, vlc_tick_t system_now,
return system;
}
#endif /*VLC_CLOCK_H*/
#endif /*CLOCK_H*/