more include cleanups it starts to look almost decent now
[deb_libnfs.git] / lib / init.c
index 6085b6892bb9cc068f8611aa90113a5ec1b5f910..ecac1e7e2fd168b3831aea109a32d65ad093cb20 100644 (file)
 #include "config.h"
 #endif
 
+#ifdef AROS
+#include "aros_compat.h"
+#endif
+
 #ifdef WIN32
 #include "win32_compat.h"
 #else
 #include "libnfs-raw.h"
 #include "libnfs-private.h"
 
-#ifdef AROS
-#include "aros_compat.h"
-#endif
-
 struct rpc_context *rpc_init_context(void)
 {
        struct rpc_context *rpc;