Removes repeated headers in Geolocation.cpp

These were erroneously added in a previous WebKit merge.
See https://android-git.corp.google.com/g/#change,39242

Change-Id: I192911ec35d7447ae3933cf4903aacd2ab202a3a
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";