aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calmwm.c4
-rw-r--r--client.c4
-rw-r--r--conf.c4
-rw-r--r--font.c4
-rw-r--r--group.c4
-rw-r--r--kbfunc.c4
-rw-r--r--menu.c6
-rw-r--r--mousefunc.c4
-rw-r--r--screen.c4
-rw-r--r--search.c6
-rw-r--r--util.c4
-rw-r--r--xevents.c4
-rw-r--r--xmalloc.c4
-rw-r--r--xutil.c4
14 files changed, 30 insertions, 30 deletions
diff --git a/calmwm.c b/calmwm.c
index c327eba..6d93436 100644
--- a/calmwm.c
+++ b/calmwm.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.c,v 1.66 2012/10/31 19:30:19 okan Exp $
+ * $OpenBSD: calmwm.c,v 1.67 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -27,9 +27,9 @@
#include <getopt.h>
#include <locale.h>
#include <signal.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/client.c b/client.c
index 43f41a9..6eab0ff 100644
--- a/client.c
+++ b/client.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: client.c,v 1.102 2012/11/07 20:34:39 okan Exp $
+ * $OpenBSD: client.c,v 1.103 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -24,9 +24,9 @@
#include <assert.h>
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/conf.c b/conf.c
index 3751a9b..7db8941 100644
--- a/conf.c
+++ b/conf.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.107 2012/11/07 21:10:32 okan Exp $
+ * $OpenBSD: conf.c,v 1.108 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -24,9 +24,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/font.c b/font.c
index 4e8d4b7..83e4b6c 100644
--- a/font.c
+++ b/font.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: font.c,v 1.18 2012/10/31 19:30:19 okan Exp $
+ * $OpenBSD: font.c,v 1.19 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -23,9 +23,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/group.c b/group.c
index 2e55e69..8a5a90c 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: group.c,v 1.62 2012/11/08 20:18:19 okan Exp $
+ * $OpenBSD: group.c,v 1.63 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -25,9 +25,9 @@
#include <assert.h>
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/kbfunc.c b/kbfunc.c
index 8a00a75..3bf2c9d 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: kbfunc.c,v 1.67 2012/11/07 20:34:39 okan Exp $
+ * $OpenBSD: kbfunc.c,v 1.68 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -26,9 +26,9 @@
#include <errno.h>
#include <paths.h>
#include <signal.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/menu.c b/menu.c
index 26fc283..688df40 100644
--- a/menu.c
+++ b/menu.c
@@ -16,19 +16,19 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: menu.c,v 1.43 2012/11/07 20:34:39 okan Exp $
+ * $OpenBSD: menu.c,v 1.44 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
#include <sys/queue.h>
+#include <ctype.h>
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
-#include <ctype.h>
#include "calmwm.h"
diff --git a/mousefunc.c b/mousefunc.c
index a5e715e..961e11b 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: mousefunc.c,v 1.39 2012/11/07 20:34:39 okan Exp $
+ * $OpenBSD: mousefunc.c,v 1.40 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -24,9 +24,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/screen.c b/screen.c
index 24d085a..85bcb13 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: screen.c,v 1.36 2012/07/18 21:53:22 okan Exp $
+ * $OpenBSD: screen.c,v 1.37 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -23,9 +23,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/search.c b/search.c
index 33b4ec6..9e22329 100644
--- a/search.c
+++ b/search.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: search.c,v 1.25 2012/11/07 14:39:44 okan Exp $
+ * $OpenBSD: search.c,v 1.26 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -25,11 +25,11 @@
#include <err.h>
#include <errno.h>
#include <fnmatch.h>
+#include <glob.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
-#include <glob.h>
#include "calmwm.h"
diff --git a/util.c b/util.c
index f9d0ed7..8220d2f 100644
--- a/util.c
+++ b/util.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: util.c,v 1.15 2011/07/25 15:10:24 okan Exp $
+ * $OpenBSD: util.c,v 1.16 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -23,9 +23,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/xevents.c b/xevents.c
index 81392f5..a157143 100644
--- a/xevents.c
+++ b/xevents.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xevents.c,v 1.68 2012/11/07 14:49:46 okan Exp $
+ * $OpenBSD: xevents.c,v 1.69 2012/11/09 03:52:02 okan Exp $
*/
/*
@@ -30,9 +30,9 @@
#include <err.h>
#include <errno.h>
#include <signal.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/xmalloc.c b/xmalloc.c
index 2c42157..b41da2e 100644
--- a/xmalloc.c
+++ b/xmalloc.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xmalloc.c,v 1.8 2012/11/07 20:34:39 okan Exp $
+ * $OpenBSD: xmalloc.c,v 1.9 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -23,9 +23,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"
diff --git a/xutil.c b/xutil.c
index c8eed2a..91d2cc4 100644
--- a/xutil.c
+++ b/xutil.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: xutil.c,v 1.48 2012/11/08 20:18:19 okan Exp $
+ * $OpenBSD: xutil.c,v 1.49 2012/11/09 03:52:02 okan Exp $
*/
#include <sys/param.h>
@@ -23,9 +23,9 @@
#include <err.h>
#include <errno.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include <unistd.h>
#include "calmwm.h"