diff src/win32/systray.c @ 5913:9657e243d001

[gaim-migrate @ 6345] win32 adjustments for header re-org, and GPL header insertions where missing committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 17 Jun 2003 18:56:53 +0000
parents 0efc365eed6d
children
line wrap: on
line diff
--- a/src/win32/systray.c	Tue Jun 17 18:53:49 2003 +0000
+++ b/src/win32/systray.c	Tue Jun 17 18:56:53 2003 +0000
@@ -1,10 +1,11 @@
 /*
- * gaim - Windows Gaim systray module
+ * gaim
  *
  * File: systray.c
  * Date: November, 2002
+ * Description: Windows Gaim systray module
  * 
- * Copyright (C) 2002, Herman Bloggs <hermanator12002@yahoo.com>
+ * Copyright (C) 2002-2003, Herman Bloggs <hermanator12002@yahoo.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,12 +24,17 @@
  */
 #include <windows.h>
 #include <gdk/gdkwin32.h>
-#include "resource.h"
+
+#include "internal.h"
+#include "gtkblist.h"
+#include "gtkprefs.h"
+#include "debug.h"
+
 #include "gaim.h"
-#include "win32dep.h"
+#include "ui.h"
+
+#include "resource.h"
 #include "MinimizeToTray.h"
-#include "ui.h"
-#include "gtkblist.h"
 
 /*
  *  DEFINES, MACROS & DATA TYPES