diff options
author | Alexandra Ellwood <lxs@mit.edu> | 2008-10-08 22:20:48 +0000 |
---|---|---|
committer | Alexandra Ellwood <lxs@mit.edu> | 2008-10-08 22:20:48 +0000 |
commit | 1c8a8caa9ee86d259d5f95820d8854833f33db51 (patch) | |
tree | 48e2aac55d891f180de01d389f741fe3a92467a2 | |
parent | f889d2615889dc055da699c70e3b06f6ad30baca (diff) | |
download | krb5-1c8a8caa9ee86d259d5f95820d8854833f33db51.tar.gz krb5-1c8a8caa9ee86d259d5f95820d8854833f33db51.tar.xz krb5-1c8a8caa9ee86d259d5f95820d8854833f33db51.zip |
Removed unused header file include.
(Not necessary for fix, just a cleanup)
ticket: 6146
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20846 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/kim/lib/mac/kim_os_library.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kim/lib/mac/kim_os_library.c b/src/kim/lib/mac/kim_os_library.c index 63edfde32..4d44f792d 100644 --- a/src/kim/lib/mac/kim_os_library.c +++ b/src/kim/lib/mac/kim_os_library.c @@ -25,7 +25,6 @@ */ #include <CoreFoundation/CoreFoundation.h> -#include <ApplicationServices/ApplicationServices.h> #include <mach-o/dyld.h> #include <Kerberos/kipc_session.h> #include "k5-int.h" |