summaryrefslogtreecommitdiff
path: root/src/xwindow.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2017-03-23 16:38:44 -0700
committerVito Caputo <vcaputo@gnugeneration.com>2017-03-25 16:52:02 -0700
commita21b85887a5565e308a84ec7bcf5656d7500163c (patch)
tree0c804c16e9878a72b4744865a99e6e7843803fc1 /src/xwindow.h
parent36daa7b60f0545a79482d174c778293ec831e03e (diff)
overlays: rename overlays.[ch]->charts.[ch]
Diffstat (limited to 'src/xwindow.h')
-rw-r--r--src/xwindow.h2
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;
© All Rights Reserved