| Index: Source/core/dom/ProcessingInstruction.h
|
| diff --git a/Source/core/dom/ProcessingInstruction.h b/Source/core/dom/ProcessingInstruction.h
|
| index 8b9eb45e6f7e8164471d7c457ef187fc1de289b8..eea80cbd9a576ed4beaaaed942407c19e09abe0e 100644
|
| --- a/Source/core/dom/ProcessingInstruction.h
|
| +++ b/Source/core/dom/ProcessingInstruction.h
|
| @@ -22,9 +22,9 @@
|
| #ifndef ProcessingInstruction_h
|
| #define ProcessingInstruction_h
|
|
|
| -#include "CachedResourceHandle.h"
|
| -#include "CachedStyleSheetClient.h"
|
| #include "Node.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
| +#include "core/loader/cache/CachedStyleSheetClient.h"
|
|
|
| namespace WebCore {
|
|
|
|
|