]> arthur.barton.de Git - netatalk.git/commitdiff
Cleaned up includes
authorJamie Gilbertson <jamie.gilbertson@luniv.ca>
Tue, 13 Mar 2012 02:34:30 +0000 (20:34 -0600)
committerFrank Lahm <franklahm@googlemail.com>
Mon, 19 Mar 2012 11:48:24 +0000 (12:48 +0100)
Removed includes that are either not used or included indirectly.

Signed-off-by: Jamie Gilbertson <jamie.gilbertson@luniv.ca>
etc/uams/uams_gss.c

index 3275f243feedbbb6d83008ed0544676ab68ca5c2..5092256c7cbcda5c7866bfab7c31cbc30700e7b8 100644 (file)
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#include <stdio.h>
 #include <stdlib.h>
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif /* HAVE_UNISTD_H */
 #include <string.h>
-#include <errno.h>
 #include <arpa/inet.h>
 
 #include <atalk/logger.h>