src/about.c

changeset 5872
754c63f29b77
parent 5024
3b5412e4b483
child 6371
e92b66ee5518
--- a/src/about.c	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/about.c	Sat Jun 14 23:21:02 2003 +0000
@@ -19,17 +19,14 @@
  *
  */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include <string.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <time.h>
+#include "internal.h"
+#include "gtkimhtml.h"
+#include "gtkutils.h"
+#include "stock.h"
+#include "ui.h"
 
-#include <gtk/gtk.h>
+/* XXX For WEBSITE */
 #include "gaim.h"
-#include "gtkimhtml.h"
 
 static GtkWidget *about = NULL;
 
@@ -40,21 +37,6 @@
 	about = NULL;
 }
 
-char *name()
-{
-	return PACKAGE;
-}
-
-char *description()
-{
-	return WEBSITE;
-}
-
-char *version()
-{
-	return VERSION;
-}
-
 void show_about(GtkWidget *w, void *data)
 {
 	GtkWidget *vbox;

mercurial