mcabber/src/utils.h
changeset 81 0bd578421ce9
parent 77 32f54ad6d729
child 138 250f872c722f
--- a/mcabber/src/utils.h	Sat Apr 16 21:13:59 2005 +0000
+++ b/mcabber/src/utils.h	Sat Apr 16 22:28:55 2005 +0000
@@ -1,10 +1,7 @@
 #ifndef __UTILS_H__
 #define __UTILS_H__ 1
 
-#include <ncurses.h>
-
 void ut_InitDebug(int level);
 void ut_WriteLog(const char *fmt, ...);
 
-
 #endif