Removed unnecessary include.
This commit is contained in:
parent
2f89e69ff7
commit
a5df3e8d00
|
@ -30,13 +30,11 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: unload.c,v 1.1 2010/10/12 11:03:53 oliverschmidt Exp $
|
* $Id: unload.c,v 1.2 2010/10/12 19:57:44 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "ctk/ctk-draw.h"
|
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------------------*/
|
/*-----------------------------------------------------------------------------------*/
|
||||||
void
|
void
|
||||||
unload(void)
|
unload(void)
|
||||||
|
|
Loading…
Reference in a new issue