Skip to content

Commit

Permalink
Bug 1872204 - Correct include order r=media-playback-reviewers,alwu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMinChang committed Jan 2, 2024
1 parent 69324e8 commit e6d88be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/media/platforms/ffmpeg/FFmpegVideoEncoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#ifndef DOM_MEDIA_PLATFORMS_FFMPEG_FFMPEGVIDEOENCODER_H_
#define DOM_MEDIA_PLATFORMS_FFMPEG_FFMPEGVIDEOENCODER_H_

#include "PlatformEncoderModule.h"
#include "FFmpegLibWrapper.h"
#include "PlatformEncoderModule.h"
#include "mozilla/ThreadSafety.h"

// This must be the last header included
Expand Down

0 comments on commit e6d88be

Please sign in to comment.