X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2Fkhtml%2Fediting%2Fedit_command.cpp;h=7796f7f7f4fe8331ed1182d40078a1042dbc0101;hp=cca3005e8c48983cbee8f5b57f5210039669b871;hb=10405f2105e17b0c0b11bfb72750d82876fbe65a;hpb=950c43bc90689ee414052ec4584d3813a194a01b diff --git a/WebCore/khtml/editing/edit_command.cpp b/WebCore/khtml/editing/edit_command.cpp index cca3005e8c48..7796f7f7f4fe 100644 --- a/WebCore/khtml/editing/edit_command.cpp +++ b/WebCore/khtml/editing/edit_command.cpp @@ -24,6 +24,8 @@ */ #include "edit_command.h" +#include "selection.h" +#include "khtml_part.h" #include "xml/dom_position.h" #include "xml/dom_docimpl.h" @@ -32,19 +34,8 @@ #if APPLE_CHANGES #include "KWQAssertions.h" -#include "KWQLogging.h" -#include "KWQKHTMLPart.h" #else -#define ASSERT(assertion) ((void)0) -#define ASSERT_WITH_MESSAGE(assertion, formatAndArgs...) ((void)0) -#define ASSERT_NOT_REACHED() ((void)0) -#define LOG(channel, formatAndArgs...) ((void)0) -#define ERROR(formatAndArgs...) ((void)0) #define ASSERT(assertion) assert(assertion) -#if LOG_DISABLED -#define debugPosition(a,b) ((void)0) -#define debugNode(a,b) ((void)0) -#endif #endif using DOM::DocumentImpl;