diff mcabber/src/utils.h @ 81:0bd578421ce9

[/trunk] Changeset 95 by mikael * Switch from buddies.* to roster.* Seems to work fine...
author mikael
date Sat, 16 Apr 2005 22:28:55 +0000
parents 32f54ad6d729
children 250f872c722f
line wrap: on
line diff
--- 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