| 31 #include "../common/document.h" |
31 #include "../common/document.h" |
| 32 #include "../common/properties.h" |
32 #include "../common/properties.h" |
| 33 #include "../common/menu.h" |
33 #include "../common/menu.h" |
| 34 #include "../common/toolbar.h" |
34 #include "../common/toolbar.h" |
| 35 #include "../common/threadpool.h" |
35 #include "../common/threadpool.h" |
| |
36 |
| |
37 #import "menu.h" |
| 36 |
38 |
| 37 #import "AppDelegate.h" |
39 #import "AppDelegate.h" |
| 38 |
40 |
| 39 static const char *application_name; |
41 static const char *application_name; |
| 40 |
42 |