1 #ifndef __YFULL_H
2 #define __YFULL_H
3 
4 #include "ykey.h"
5 
6 #include <X11/Xutil.h>
7 #include <X11/Xatom.h>
8 #include <X11/Xresource.h>
9 #include <X11/cursorfont.h>
10 
11 #endif
12 
13 // vim: set sw=4 ts=4 et:
14