diff options
Diffstat (limited to 'libsm/notify.c')
-rw-r--r-- | libsm/notify.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libsm/notify.c b/libsm/notify.c index b529d6ffa5b6e..9f4cca27d7a8d 100644 --- a/libsm/notify.c +++ b/libsm/notify.c @@ -10,11 +10,6 @@ #include <sm/gen.h> -#include <sm/conf.h> /* FDSET_CAST */ -#include <sm/fdset.h> -#include <sm/assert.h> -#include <sm/notify.h> - #include <sys/types.h> #include <signal.h> #include <stdio.h> @@ -25,6 +20,11 @@ #include <fcntl.h> #include <string.h> /* for memset() */ +#include <sm/conf.h> /* FDSET_CAST */ +#include <sm/fdset.h> +#include <sm/assert.h> +#include <sm/notify.h> + #if SM_NOTIFY_DEBUG #define SM_DBG(p) fprintf p #else |