Mercurial > dwm-meillo
comparison view.c @ 463:e93b0ad5aeb5
removed useless inclusion
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 14 Sep 2006 11:07:44 +0200 |
parents | 9d23330a5268 |
children | 2d8af0d7920d |
comparison
equal
deleted
inserted
replaced
462:3ff8e8ef35a3 | 463:e93b0ad5aeb5 |
---|---|
1 /* | 1 /* |
2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> | 2 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> |
3 * See LICENSE file for license details. | 3 * See LICENSE file for license details. |
4 */ | 4 */ |
5 #include "dwm.h" | 5 #include "dwm.h" |
6 #include <stdio.h> | |
7 | 6 |
8 /* static */ | 7 /* static */ |
9 | 8 |
10 static Client * | 9 static Client * |
11 minclient() { | 10 minclient() { |