diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-23 16:38:44 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-03-25 16:52:02 -0700 |
commit | a21b85887a5565e308a84ec7bcf5656d7500163c (patch) | |
tree | 0c804c16e9878a72b4744865a99e6e7843803fc1 /src/vwm.c | |
parent | 36daa7b60f0545a79482d174c778293ec831e03e (diff) |
overlays: rename overlays.[ch]->charts.[ch]
Diffstat (limited to 'src/vwm.c')
-rw-r--r-- | src/vwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,11 +38,11 @@ #include <sys/resource.h> #include <poll.h> +#include "charts.h" #include "composite.h" #include "desktop.h" #include "launch.h" #include "logo.h" -#include "overlays.h" #include "vwm.h" #include "xevent.h" #include "xwindow.h" |