| 1 | #ifndef CHECK_LIBTINYMAILUI_H |
| 2 | #define CHECK_LIBTINYMAILUI_H |
| 3 | |
| 4 | #include <string.h> /* Used by most unit test suites */ |
| 5 | #include <glib.h> |
| 6 | #include <check.h> |
| 7 | |
| 8 | Suite *create_tny_platform_factory_suite (void); |
| 9 | |
| 10 | #endif /* CHECK_LIBTINYMAILUI_H */ |

