diff options
author | okan | 2012-11-09 03:52:02 +0000 |
---|---|---|
committer | okan | 2012-11-09 03:52:02 +0000 |
commit | c2d6be52ef2a1daaaefab648441d56805f411b46 (patch) | |
tree | 14ce239f1978d3947ebfe53bf7050ea0b49142f8 /xutil.c | |
parent | c45deb01bb9c302dd190da1cc4e2f4710f9b59fa (diff) | |
download | cwm-c2d6be52ef2a1daaaefab648441d56805f411b46.tar.gz |
sort
Diffstat (limited to 'xutil.c')
-rw-r--r-- | xutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |