Commit de0feabb authored by beidson@apple.com's avatar beidson@apple.com

2009-04-20 Brady Eidson <beidson@apple.com>

        Rubberstamped by Mark Rowe

        Clean builds are broken on case-sensitive filesystems.  Let's fix, shall we?

        * platform/graphics/SimpleFontData.cpp: Remove "String.h" include.  Ojan probably intended to include
          "PlatformString.h" which was unnecessary because it is pulled in through other headers.  This wasn't a 
          build failure on case-insensitive file systems because those systems would find the system <string.h>, averting
          the warning.



git-svn-id: svn://svn.chromium.org/blink/trunk@42688 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 57d6cce7
2009-04-20 Brady Eidson <beidson@apple.com>
Rubberstamped by Mark Rowe
Clean builds are broken on case-sensitive filesystems. Let's fix, shall we?
* platform/graphics/SimpleFontData.cpp: Remove "String.h" include. Ojan probably intended to include
"PlatformString.h" which was unnecessary because it is pulled in through other headers. This wasn't a
build failure on case-insensitive file systems because those systems would find the system <string.h>, averting
the warning.
2009-04-20 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
......@@ -32,13 +32,12 @@
#include "Font.h"
#include "FontCache.h"
#if ENABLE(SVG_FONTS)
#include "SVGFontData.h"
#include "SVGFontElement.h"
#include "SVGFontFaceElement.h"
#include "SVGGlyphElement.h"
#include "String.h"
#endif
#include <wtf/MathExtras.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment