diff --git a/nss_cache.c b/nss_cache.c index 43c27b3..4e0190f 100644 --- a/nss_cache.c +++ b/nss_cache.c @@ -22,8 +22,8 @@ #include "nss_cache.h" -#include #include +#include /* Locking implementation: use pthreads. */ #include diff --git a/nss_cache.h b/nss_cache.h index 460b278..9b70a4b 100644 --- a/nss_cache.h +++ b/nss_cache.h @@ -30,8 +30,8 @@ #include #ifndef BSD -#include #include +#include #endif /* ifndef BSD */ #ifndef NSS_CACHE_H diff --git a/nss_test.h b/nss_test.h index 161c54a..5b5bfbc 100644 --- a/nss_test.h +++ b/nss_test.h @@ -23,8 +23,8 @@ #include #ifndef BSD -#include #include +#include #endif // ifndef BSD #ifndef NSS_TEST_H