| 37 #include "../common/menu.h" |
37 #include "../common/menu.h" |
| 38 #include "../common/toolbar.h" |
38 #include "../common/toolbar.h" |
| 39 #include "../common/document.h" |
39 #include "../common/document.h" |
| 40 #include "../common/properties.h" |
40 #include "../common/properties.h" |
| 41 #include "../common/app.h" |
41 #include "../common/app.h" |
| |
42 #include "../common/threadpool.h" |
| 42 #include <cx/buffer.h> |
43 #include <cx/buffer.h> |
| 43 |
44 |
| 44 #include <X11/Intrinsic.h> |
45 #include <X11/Intrinsic.h> |
| 45 #include <Xm/CutPaste.h> |
46 #include <Xm/CutPaste.h> |
| 46 |
47 |