diff options
Diffstat (limited to 'src/xwindow.h')
-rw-r--r-- | src/xwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwindow.h b/src/xwindow.h index e17b4db..1318421 100644 --- a/src/xwindow.h +++ b/src/xwindow.h @@ -6,7 +6,7 @@ #include <X11/Xlib.h> #include "list.h" -#include "overlays.h" +#include "charts.h" typedef struct _vwm_t vwm_t; typedef struct _vwm_window_t vwm_window_t; |