diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-09 03:52:03 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-11-09 03:52:03 +0000 |
commit | ff6d32abab8f75832cc3cc854a56071806d56102 (patch) | |
tree | 5056c5dfb2021c0108c41d3b0b4f3229bc2b12e3 | |
parent | 9c295445adf40554498c876a37cb753a9b842d9a (diff) |
sort
-rw-r--r-- | app/cwm/calmwm.c | 4 | ||||
-rw-r--r-- | app/cwm/client.c | 4 | ||||
-rw-r--r-- | app/cwm/conf.c | 4 | ||||
-rw-r--r-- | app/cwm/font.c | 4 | ||||
-rw-r--r-- | app/cwm/group.c | 4 | ||||
-rw-r--r-- | app/cwm/kbfunc.c | 4 | ||||
-rw-r--r-- | app/cwm/menu.c | 6 | ||||
-rw-r--r-- | app/cwm/mousefunc.c | 4 | ||||
-rw-r--r-- | app/cwm/screen.c | 4 | ||||
-rw-r--r-- | app/cwm/search.c | 6 | ||||
-rw-r--r-- | app/cwm/util.c | 4 | ||||
-rw-r--r-- | app/cwm/xevents.c | 4 | ||||
-rw-r--r-- | app/cwm/xmalloc.c | 4 | ||||
-rw-r--r-- | app/cwm/xutil.c | 4 |
14 files changed, 30 insertions, 30 deletions
diff --git a/app/cwm/calmwm.c b/app/cwm/calmwm.c index c327eba25..6d93436ee 100644 --- a/app/cwm/calmwm.c +++ b/app/cwm/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/app/cwm/client.c b/app/cwm/client.c index 43f41a91f..6eab0ff92 100644 --- a/app/cwm/client.c +++ b/app/cwm/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/app/cwm/conf.c b/app/cwm/conf.c index 3751a9b39..7db89416f 100644 --- a/app/cwm/conf.c +++ b/app/cwm/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/app/cwm/font.c b/app/cwm/font.c index 4e8d4b7f7..83e4b6c5b 100644 --- a/app/cwm/font.c +++ b/app/cwm/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/app/cwm/group.c b/app/cwm/group.c index 2e55e69e5..8a5a90c0c 100644 --- a/app/cwm/group.c +++ b/app/cwm/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/app/cwm/kbfunc.c b/app/cwm/kbfunc.c index 8a00a75a7..3bf2c9d90 100644 --- a/app/cwm/kbfunc.c +++ b/app/cwm/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/app/cwm/menu.c b/app/cwm/menu.c index 26fc28346..688df4097 100644 --- a/app/cwm/menu.c +++ b/app/cwm/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/app/cwm/mousefunc.c b/app/cwm/mousefunc.c index a5e715ef1..961e11b86 100644 --- a/app/cwm/mousefunc.c +++ b/app/cwm/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/app/cwm/screen.c b/app/cwm/screen.c index 24d085a47..85bcb1368 100644 --- a/app/cwm/screen.c +++ b/app/cwm/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/app/cwm/search.c b/app/cwm/search.c index 33b4ec64c..9e22329d5 100644 --- a/app/cwm/search.c +++ b/app/cwm/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/app/cwm/util.c b/app/cwm/util.c index f9d0ed71e..8220d2f42 100644 --- a/app/cwm/util.c +++ b/app/cwm/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/app/cwm/xevents.c b/app/cwm/xevents.c index 81392f533..a1571439d 100644 --- a/app/cwm/xevents.c +++ b/app/cwm/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/app/cwm/xmalloc.c b/app/cwm/xmalloc.c index 2c4215708..b41da2e33 100644 --- a/app/cwm/xmalloc.c +++ b/app/cwm/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/app/cwm/xutil.c b/app/cwm/xutil.c index c8eed2a7c..91d2cc49d 100644 --- a/app/cwm/xutil.c +++ b/app/cwm/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" |