diff options
Diffstat (limited to 'src/xwindow.c')
-rw-r--r-- | src/xwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwindow.c b/src/xwindow.c index 7590139..3441a63 100644 --- a/src/xwindow.c +++ b/src/xwindow.c @@ -21,9 +21,9 @@ #include <stdlib.h> #include <string.h> +#include "charts.h" #include "composite.h" #include "list.h" -#include "overlays.h" #include "vwm.h" #include "window.h" #include "xwindow.h" |