summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--job.c2
-rw-r--r--log.c2
-rw-r--r--screen.c1
-rw-r--r--tmux.c2
4 files changed, 3 insertions, 4 deletions
diff --git a/job.c b/job.c
index ff21b3b6..dc11c4c8 100644
--- a/job.c
+++ b/job.c
@@ -20,10 +20,10 @@
#include <sys/socket.h>
#include <fcntl.h>
+#include <signal.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <signal.h>
#include "tmux.h"
diff --git a/log.c b/log.c
index c622d894..adb65702 100644
--- a/log.c
+++ b/log.c
@@ -17,12 +17,12 @@
*/
#include <sys/types.h>
-#include <time.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "tmux.h"
diff --git a/screen.c b/screen.c
index 01314330..f487cc67 100644
--- a/screen.c
+++ b/screen.c
@@ -18,7 +18,6 @@
#include <sys/types.h>
-#include <netdb.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
diff --git a/tmux.c b/tmux.c
index 5514a9af..dff7952c 100644
--- a/tmux.c
+++ b/tmux.c
@@ -26,8 +26,8 @@
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include <time.h>
+#include <unistd.h>
#include "tmux.h"