diff options
Diffstat (limited to 'WebCore/page/Geolocation.cpp')
-rw-r--r-- | WebCore/page/Geolocation.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/page/Geolocation.cpp b/WebCore/page/Geolocation.cpp index 161160a..2db798e 100644 --- a/WebCore/page/Geolocation.cpp +++ b/WebCore/page/Geolocation.cpp @@ -45,14 +45,6 @@ #include "PositionError.h" #endif -#if ENABLE(CLIENT_BASED_GEOLOCATION) -#include "Coordinates.h" -#include "GeolocationController.h" -#include "GeolocationError.h" -#include "GeolocationPosition.h" -#include "PositionError.h" -#endif - namespace WebCore { static const char permissionDeniedErrorMessage[] = "User denied Geolocation"; |