* kxmlcore/Assertions.h: This file only works with __APPLE__ right now
* kjs/interpreter.cpp: ditto
* kjs/simple_number.h: Add assert.h and remove from config.h
* kjs/array_object.cpp: Use relative paths for kxmlcore includes
* kjs/testkjs.cpp: Use relative paths for kxmlcore includes
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12305
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2006-01-23 George Staikos <staikos@opensource.apple.com>
- Reviewed by Maciej.
+ Reviewed by Maciej and Darin.
* kxmlcore/Assertions.h: This file only works with __APPLE__ right now
+ * kjs/interpreter.cpp: ditto
+ * kjs/simple_number.h: Add assert.h and remove from config.h
+ * kjs/array_object.cpp: Use relative paths for kxmlcore includes
+ * kjs/testkjs.cpp: Use relative paths for kxmlcore includes
2006-01-23 George Staikos <staikos@opensource.apple.com>
#include "reference_list.h"
#include "types.h"
#include "value.h"
-#include "HashSet.h"
+#include <kxmlcore/HashSet.h>
#include "array_object.lut.h"
#define HAVE_SYS_TIMEB_H 1
#define USE_SYSTEM_MALLOC 1
-#include <assert.h>
-
#else
#define HAVE_ERRNO_H 1
#include "nodes.h"
#include "object.h"
#include "operations.h"
-#if !WIN32
+#if __APPLE__
#include "runtime.h"
#endif
#include "types.h"
#ifndef KJS_SIMPLE_NUMBER_H
#define KJS_SIMPLE_NUMBER_H
+#include <assert.h>
#include <stdlib.h>
#include "kxmlcore/AlwaysInline.h"
#include <stdlib.h>
#include <string.h>
-#include "HashTraits.h"
+#include <kxmlcore/HashTraits.h>
#include "value.h"
#include "object.h"
#include "types.h"