| Index: sky/engine/platform/fonts/FontCache.cpp
|
| diff --git a/sky/engine/platform/fonts/FontCache.cpp b/sky/engine/platform/fonts/FontCache.cpp
|
| index fc5acdd2e61b8f469ef7f3b2df9a3ad8ac076678..403a69367b0ab341170727f1dcb738e7e9ef5653 100644
|
| --- a/sky/engine/platform/fonts/FontCache.cpp
|
| +++ b/sky/engine/platform/fonts/FontCache.cpp
|
| @@ -27,28 +27,28 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/fonts/FontCache.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/FontCache.h"
|
|
|
| #include "gen/sky/platform/FontFamilyNames.h"
|
|
|
| #include "gen/sky/platform/RuntimeEnabledFeatures.h"
|
| -#include "platform/fonts/AlternateFontFamily.h"
|
| -#include "platform/fonts/FontCacheClient.h"
|
| -#include "platform/fonts/FontCacheKey.h"
|
| -#include "platform/fonts/FontDataCache.h"
|
| -#include "platform/fonts/FontDescription.h"
|
| -#include "platform/fonts/FontFallbackList.h"
|
| -#include "platform/fonts/FontPlatformData.h"
|
| -#include "platform/fonts/FontSmoothingMode.h"
|
| -#include "platform/fonts/TextRenderingMode.h"
|
| -#include "platform/fonts/opentype/OpenTypeVerticalData.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "sky/engine/platform/fonts/AlternateFontFamily.h"
|
| +#include "sky/engine/platform/fonts/FontCacheClient.h"
|
| +#include "sky/engine/platform/fonts/FontCacheKey.h"
|
| +#include "sky/engine/platform/fonts/FontDataCache.h"
|
| +#include "sky/engine/platform/fonts/FontDescription.h"
|
| +#include "sky/engine/platform/fonts/FontFallbackList.h"
|
| +#include "sky/engine/platform/fonts/FontPlatformData.h"
|
| +#include "sky/engine/platform/fonts/FontSmoothingMode.h"
|
| +#include "sky/engine/platform/fonts/TextRenderingMode.h"
|
| +#include "sky/engine/platform/fonts/opentype/OpenTypeVerticalData.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/ListHashSet.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/AtomicStringHash.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| using namespace WTF;
|
|
|
|
|