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/xevent.c | |
parent | 36daa7b60f0545a79482d174c778293ec831e03e (diff) |
overlays: rename overlays.[ch]->charts.[ch]
Diffstat (limited to 'src/xevent.c')
-rw-r--r-- | src/xevent.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xevent.c b/src/xevent.c index ad8c27d..0dc31a9 100644 --- a/src/xevent.c +++ b/src/xevent.c @@ -18,10 +18,11 @@ #include "X11/Xlib.h" -#include "key.h" +#include "charts.h" #include "clickety.h" #include "composite.h" #include "desktop.h" +#include "key.h" #include "screen.h" #include "vwm.h" #include "window.h" |