| Index: Source/core/dom/DocumentType.cpp
|
| diff --git a/Source/core/dom/DocumentType.cpp b/Source/core/dom/DocumentType.cpp
|
| index 9256ce95e2f69e63510669876bc64a531700a72e..e85936be07843c384d5da78e96b2fff3b0f84d77 100644
|
| --- a/Source/core/dom/DocumentType.cpp
|
| +++ b/Source/core/dom/DocumentType.cpp
|
| @@ -21,10 +21,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "DocumentType.h"
|
| +#include "core/dom/DocumentType.h"
|
|
|
| -#include "Document.h"
|
| -#include "NamedNodeMap.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/NamedNodeMap.h"
|
|
|
| namespace WebCore {
|
|
|
|
|