1diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx
2index 2008a0b..5a3e8ee 100644
3--- a/Source/cmGlobalXCodeGenerator.cxx
4+++ b/Source/cmGlobalXCodeGenerator.cxx
5@@ -35,11 +35,6 @@
6
7 struct cmLinkImplementation;
8
9-#if defined(CMAKE_BUILD_WITH_CMAKE) && defined(__APPLE__)
10-#define HAVE_APPLICATION_SERVICES
11-#include <ApplicationServices/ApplicationServices.h>
12-#endif
13-
14 #if defined(CMAKE_BUILD_WITH_CMAKE)
15 #include "cmXMLParser.h"
16