From c2d6be52ef2a1daaaefab648441d56805f411b46 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 9 Nov 2012 03:52:02 +0000 Subject: sort --- calmwm.c | 4 ++-- client.c | 4 ++-- conf.c | 4 ++-- font.c | 4 ++-- group.c | 4 ++-- kbfunc.c | 4 ++-- menu.c | 6 +++--- mousefunc.c | 4 ++-- screen.c | 4 ++-- search.c | 6 +++--- util.c | 4 ++-- xevents.c | 4 ++-- xmalloc.c | 4 ++-- xutil.c | 4 ++-- 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 @@ -27,9 +27,9 @@ #include #include #include +#include #include #include -#include #include #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 @@ -24,9 +24,9 @@ #include #include #include +#include #include #include -#include #include #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 @@ -24,9 +24,9 @@ #include #include +#include #include #include -#include #include #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 @@ -23,9 +23,9 @@ #include #include +#include #include #include -#include #include #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 @@ -25,9 +25,9 @@ #include #include #include +#include #include #include -#include #include #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 @@ -26,9 +26,9 @@ #include #include #include +#include #include #include -#include #include #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 #include +#include #include #include +#include #include #include -#include #include -#include #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 @@ -24,9 +24,9 @@ #include #include +#include #include #include -#include #include #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 @@ -23,9 +23,9 @@ #include #include +#include #include #include -#include #include #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 @@ -25,11 +25,11 @@ #include #include #include +#include +#include #include #include -#include #include -#include #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 @@ -23,9 +23,9 @@ #include #include +#include #include #include -#include #include #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 #include #include +#include #include #include -#include #include #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 @@ -23,9 +23,9 @@ #include #include +#include #include #include -#include #include #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 @@ -23,9 +23,9 @@ #include #include +#include #include #include -#include #include #include "calmwm.h" -- cgit v1.2.3-2-gb3c3