clean up atari treeview code, stop it including headers it does not need

This commit is contained in:
Vincent Sanders 2017-08-10 18:34:09 +01:00
parent a661fdf83b
commit 8c29c675c4
2 changed files with 482 additions and 460 deletions

File diff suppressed because it is too large Load Diff

View File

@ -68,7 +68,7 @@ struct atari_treeview_callbacks {
/**
* Initalize an window to be an treeview window.
*
*/
*/
struct core_window *atari_treeview_create(GUIWIN *win, struct atari_treeview_callbacks * callbacks, void * user_data, uint32_t flags);
/**