diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:24:37 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2009-12-15 03:24:37 +0000 |
commit | f9adf59e994526a008f158cb634bfaf3d0e85adf (patch) | |
tree | 3bee1883867ce175cb36fc828bb46779997a25de /app/cwm/client.c | |
parent | 661e613b0ea204f20a94e7b20443869c71c6fc68 (diff) |
merge the 2 common header files; specific includes to be pulled out as
separate commits.
ok oga@
Diffstat (limited to 'app/cwm/client.c')
-rw-r--r-- | app/cwm/client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/client.c b/app/cwm/client.c index 5afb3128a..41be5f5e9 100644 --- a/app/cwm/client.c +++ b/app/cwm/client.c @@ -15,10 +15,9 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: client.c,v 1.69 2009/12/10 17:16:51 oga Exp $ + * $Id: client.c,v 1.70 2009/12/15 03:24:36 okan Exp $ */ -#include "headers.h" #include "calmwm.h" static struct client_ctx *client_mrunext(struct client_ctx *); |