because the file is only created on a leter step.
* ForEachCoClass.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@28932
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-12-21 Alexey Proskuryakov <ap@webkit.org>
+
+ Build fix: cannot use framework-style include for ProgIDMacros.h,
+ because the file is only created on a leter step.
+
+ * ForEachCoClass.h:
+
2007-12-20 Kevin McCullough <kmccullough@apple.com>
Reviewed by Steve.
#ifndef ForEachCoClass_h
#define ForEachCoClass_h
-#include <WebKit/ProgIDMacros.h>
+#include "ProgIDMacros.h"
#define FOR_EACH_COCLASS(macro) \
macro(CFDictionaryPropertyBag) \