aewl

diff draw.c @ 32:082c75b937b5

removed unnecessary crap
author Anselm R. Garbe <garbeam@wmii.de>
date Thu, 13 Jul 2006 01:30:55 +0200
parents 2e0fb4130bfb
children e90449e03167
line diff
     1.1 --- a/draw.c	Thu Jul 13 01:04:38 2006 +0200
     1.2 +++ b/draw.c	Thu Jul 13 01:30:55 2006 +0200
     1.3 @@ -6,8 +6,9 @@
     1.4  #include <stdio.h>
     1.5  #include <string.h>
     1.6  
     1.7 -#include "draw.h"
     1.8 -#include "util.h"
     1.9 +#include <X11/Xlocale.h>
    1.10 +
    1.11 +#include "wm.h"
    1.12  
    1.13  static void
    1.14  drawborder(Display *dpy, Brush *b)