We don't include "config.h" in headers.
* bindings/jni/jni_instance.h:
* kjs/regexp.h:
* wtf/TCPageMap.h:
* wtf/TCSpinLock.h:
2007-10-28 Mark Rowe <mrowe@apple.com>
We don't include "config.h" in headers.
* dom/XMLTokenizer.h:
* platform/graphics/svg/SVGResourceFilter.h:
* platform/image-decoders/ImageDecoder.h:
* platform/wx/FontPlatformData.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27186
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-10-28 Mark Rowe <mrowe@apple.com>
+
+ We don't include "config.h" in headers.
+
+ * bindings/jni/jni_instance.h:
+ * kjs/regexp.h:
+ * wtf/TCPageMap.h:
+ * wtf/TCSpinLock.h:
+
2007-10-28 Maciej Stachowiak <mjs@apple.com>
Rubber stamped by Mark.
#ifndef _JNI_INSTANCE_H_
#define _JNI_INSTANCE_H_
-#include "config.h"
-
#include "runtime.h"
#include <JavaVM/jni.h>
#include <sys/types.h>
-#include "config.h"
-
#if HAVE(PCREPOSIX)
#include <pcre.h>
#else // POSIX regex - not so good...
#ifndef TCMALLOC_PAGEMAP_H__
#define TCMALLOC_PAGEMAP_H__
-#include "config.h"
-
#if HAVE(STDINT_H)
#include <stdint.h>
#elif HAVE(INTTYPES_H)
#ifndef TCMALLOC_INTERNAL_SPINLOCK_H__
#define TCMALLOC_INTERNAL_SPINLOCK_H__
-#include "config.h"
-
#if (PLATFORM(X86) || PLATFORM(PPC)) && COMPILER(GCC)
#include <time.h> /* For nanosleep() */
+2007-10-28 Mark Rowe <mrowe@apple.com>
+
+ We don't include "config.h" in headers.
+
+ * dom/XMLTokenizer.h:
+ * platform/graphics/svg/SVGResourceFilter.h:
+ * platform/image-decoders/ImageDecoder.h:
+ * platform/wx/FontPlatformData.h:
+
2007-10-28 Darin Adler <darin@apple.com>
* platform/graphics/svg/mac/SVGResourceFilterPlatformDataMac.h:
#ifndef XMLTokenizer_h
#define XMLTokenizer_h
-#include "config.h"
-
#include "CachedResourceClient.h"
#include "SegmentedString.h"
#include "StringHash.h"
#ifndef SVGResourceFilter_h
#define SVGResourceFilter_h
-#include "config.h"
-
#if ENABLE(SVG) && ENABLE(SVG_EXPERIMENTAL_FEATURES)
#include "SVGResource.h"
#include "SVGFilterEffect.h"
#ifndef IMAGE_DECODER_H_
#define IMAGE_DECODER_H_
-#include "config.h"
#include "IntRect.h"
#include "ImageSource.h"
#include "SharedBuffer.h"
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
- #ifndef FontPlatformData_H
+#ifndef FontPlatformData_H
#define FontPlatformData_H
-#include "config.h"
#include "FontDescription.h"
#include "AtomicString.h"
#include "StringImpl.h"