| Index: sky/engine/wtf/DynamicAnnotations.cpp
|
| diff --git a/sky/engine/wtf/DynamicAnnotations.cpp b/sky/engine/wtf/DynamicAnnotations.cpp
|
| index b662877a5de17124322f41db91f3c8233c60c4e9..4b60738db4ec87dfca01441d5ae4af4995ae242f 100644
|
| --- a/sky/engine/wtf/DynamicAnnotations.cpp
|
| +++ b/sky/engine/wtf/DynamicAnnotations.cpp
|
| @@ -24,9 +24,9 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "DynamicAnnotations.h"
|
| +#include "sky/engine/wtf/DynamicAnnotations.h"
|
|
|
| #if USE(DYNAMIC_ANNOTATIONS) && !USE(DYNAMIC_ANNOTATIONS_NOIMPL)
|
|
|
|
|