comparison src/gaim-remote.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 022786c7ab53
children 0dfe02111e20
comparison
equal deleted inserted replaced
5871:508adf90fbb9 5872:059d95c67cda
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 * 21 *
22 */ 22 */
23 23
24 #include "gaim.h" 24 #include "internal.h"
25
25 #include <getopt.h> 26 #include <getopt.h>
26 #include <unistd.h>
27 #include <string.h>
28 #include <locale.h> 27 #include <locale.h>
29 28
30 #include <gaim-remote/remote.h> 29 #include <gaim-remote/remote.h>
31 30
32 void show_remote_usage(char *name) 31 void show_remote_usage(char *name)