Index: Source/core/rendering/HitTestLocation.cpp |
diff --git a/Source/core/rendering/HitTestLocation.cpp b/Source/core/rendering/HitTestLocation.cpp |
index 03582df2fa10e92d021be56d23a36744beda84e3..20d4ba557e9185f6967834a71b006e5698fe8d99 100644 |
--- a/Source/core/rendering/HitTestLocation.cpp |
+++ b/Source/core/rendering/HitTestLocation.cpp |
@@ -22,14 +22,8 @@ |
#include "config.h" |
#include "core/rendering/HitTestLocation.h" |
-#include "HTMLNames.h" |
-#include "SVGNames.h" |
-#include "XLinkNames.h" |
- |
namespace WebCore { |
-using namespace HTMLNames; |
- |
HitTestLocation::HitTestLocation() |
: m_isRectBased(false) |
, m_isRectilinear(true) |