comparison: finch/plugins/gntclipboard.c
finch/plugins/gntclipboard.c
- branch
- soc.2013.gobjectification.plugins
- changeset 36367
- 891eea799578
- parent 25633
- feee0c7e503f
- child 36382
- d3dafd8ef4df
equal
deleted
inserted
replaced
| 33 #include <sys/types.h> |
33 #include <sys/types.h> |
| 34 #include <signal.h> |
34 #include <signal.h> |
| 35 |
35 |
| 36 #include <glib.h> |
36 #include <glib.h> |
| 37 |
37 |
| 38 #include <plugin.h> |
38 #include <<plugins.h>> |
| 39 #include <version.h> |
39 #include <version.h> |
| 40 #include <debug.h> |
40 #include <debug.h> |
| 41 #include <notify.h> |
41 #include <notify.h> |
| 42 #include <gntwm.h> |
42 #include <gntwm.h> |
| 43 |
43 |