* WebCorePrefix.h:
* config.h:
* css/CSSGrammar.y:
* platform/Arena.cpp:
* platform/KURL.cpp:
* platform/SegmentedString.h:
* rendering/DataRef.h:
* rendering/RenderArena.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20496
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-03-26 Geoffrey Garen <ggaren@apple.com>
+
+ Removed now-stale #includes of <assert.h>.
+
+ * WebCorePrefix.h:
+ * config.h:
+ * css/CSSGrammar.y:
+ * platform/Arena.cpp:
+ * platform/KURL.cpp:
+ * platform/SegmentedString.h:
+ * rendering/DataRef.h:
+ * rendering/RenderArena.cpp:
+
2007-03-26 Geoffrey Garen <ggaren@apple.com>
Reviewed by Kevin McCulough.
#define NULL ((void *)0)
#endif
-#include <assert.h>
#include <ctype.h>
#include <sys/types.h>
#include <fcntl.h>
#define max max
#define min min
-// FIXME: Should probably just dump this eventually, but it's needed for now.
-// We get this from some system place on OS X; probably better not to use it
-// in WebCore code.
-#include <assert.h>
-
#endif /* PLATFORM(WIN_OS) */
#if !PLATFORM(SYMBIAN)
#include "MediaQueryExp.h"
#include "PlatformString.h"
#include "cssparser.h"
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "Arena.h"
#include <algorithm>
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <wtf/Assertions.h>
#include <QUrl>
#endif
-#include <assert.h>
-
using namespace std;
namespace WebCore {
#include "DeprecatedValueList.h"
#include "PlatformString.h"
-#include <assert.h>
namespace WebCore {
#ifndef DataRef_h
#define DataRef_h
-#include <assert.h>
-
namespace WebCore {
template <typename T> class DataRef {
#include "config.h"
#include "RenderArena.h"
-#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <wtf/Assertions.h>