https://bugs.webkit.org/show_bug.cgi?id=141239
Reviewed by Jer Noble.
* page/CaptionUserPreferencesMediaAF.cpp:
CoreText is a system header, and there's already a good spot for it!
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@179624
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-02-04 Timothy Horton <timothy_horton@apple.com>
+
+ Fix a misplaced include in CaptionUserPreferencesMediaAF
+ https://bugs.webkit.org/show_bug.cgi?id=141239
+
+ Reviewed by Jer Noble.
+
+ * page/CaptionUserPreferencesMediaAF.cpp:
+ CoreText is a system header, and there's already a good spot for it!
+
2015-02-04 Jer Noble <jer.noble@apple.com>
[WebAudio] AudioBufferSourceNodes should accurately play backwards if given a negative playbackRate.
#include "CaptionUserPreferencesMediaAF.h"
-#if HAVE(MEDIA_ACCESSIBILITY_FRAMEWORK)
-#include "CoreText/CoreText.h"
-#endif
#include "FloatConversion.h"
#include "HTMLMediaElement.h"
#include "URL.h"
#endif
#if HAVE(MEDIA_ACCESSIBILITY_FRAMEWORK)
+#include <CoreText/CoreText.h>
#include <MediaAccessibility/MediaAccessibility.h>
#endif