diff src/protocols/zephyr/ZVariables.c @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents 37fd8ad463ba
children 43d6c08d7e96
line wrap: on
line diff
--- a/src/protocols/zephyr/ZVariables.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/protocols/zephyr/ZVariables.c	Sat Jun 14 23:21:02 2003 +0000
@@ -5,7 +5,7 @@
  *	Created by:	Robert French
  *
  *	$Source$
- *	$Author: lschiere $
+ *	$Author: chipx86 $
  *
  *	Copyright (c) 1987 by the Massachusetts Institute of Technology.
  *	For copying and distribution information, see the file
@@ -18,7 +18,7 @@
 #endif
 
 #include <internal.h>
-#include "gaim.h"
+#include "util.h"
 
 #include <ctype.h>
 #include <pwd.h>