| Index: sky/engine/platform/exported/linux/WebFontInfo.cpp
|
| diff --git a/sky/engine/platform/exported/linux/WebFontInfo.cpp b/sky/engine/platform/exported/linux/WebFontInfo.cpp
|
| index 70c3c330dde033402b59212dbde86c71a99177ce..d8483e262d57595e5387ab85bea6448cb03c307d 100644
|
| --- a/sky/engine/platform/exported/linux/WebFontInfo.cpp
|
| +++ b/sky/engine/platform/exported/linux/WebFontInfo.cpp
|
| @@ -28,20 +28,20 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/platform/linux/WebFontInfo.h"
|
| -
|
| -#include "public/platform/linux/WebFallbackFont.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/platform/linux/WebFontInfo.h"
|
| +
|
| #include <fontconfig/fontconfig.h>
|
| #include <string.h>
|
| #include <unicode/utf16.h>
|
| +#include "sky/engine/public/platform/linux/WebFallbackFont.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|