Skip to content

Commit

Permalink
Remove leftover EnumTraits.h includes
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264813

Reviewed by Žan Doberšek.

These were left in some of my previous commits.

* Source/WebCore/html/track/VTTCue.h:
* Source/WebCore/platform/mediacapabilities/ColorGamut.h:
* Source/WebCore/platform/mediacapabilities/HdrMetadataType.h:

Canonical link: https://commits.webkit.org/270709@main
  • Loading branch information
csaavedra committed Nov 14, 2023
1 parent b766451 commit 4334033
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Source/WebCore/html/track/VTTCue.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "SpeechSynthesisUtterance.h"
#include "TextTrackCue.h"
#include "VTTRegion.h"
#include <wtf/EnumTraits.h>
#include <wtf/TypeCasts.h>

namespace WebCore {
Expand Down
2 changes: 0 additions & 2 deletions Source/WebCore/platform/mediacapabilities/ColorGamut.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

#pragma once

#include <wtf/EnumTraits.h>

namespace WebCore {

enum class ColorGamut : uint8_t {
Expand Down
2 changes: 0 additions & 2 deletions Source/WebCore/platform/mediacapabilities/HdrMetadataType.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

#pragma once

#include <wtf/EnumTraits.h>

namespace WebCore {

enum class HdrMetadataType : uint8_t {
Expand Down

0 comments on commit 4334033

Please sign in to comment.