| 18 * |
18 * |
| 19 * You should have received a copy of the GNU General Public License |
19 * You should have received a copy of the GNU General Public License |
| 20 * along with this program; if not, write to the Free Software |
20 * along with this program; if not, write to the Free Software |
| 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 22 */ |
22 */ |
| |
23 |
| |
24 #include <gtk/gtk.h> |
| |
25 |
| 23 #include "gtkaccount.h" |
26 #include "gtkaccount.h" |
| 24 #include "account.h" |
27 #include "account.h" |
| 25 #include "accountopt.h" |
28 #include "accountopt.h" |
| 26 #include "event.h" |
29 #include "event.h" |
| 27 #include "prefs.h" |
30 #include "prefs.h" |
| 28 #include "stock.h" |
31 #include "stock.h" |
| 29 #include "gtkblist.h" |
32 #include "gtkblist.h" |
| 30 #include "gaim-disclosure.h" |
33 #include "gaim-disclosure.h" |
| 31 |
34 #include "gaim.h" |
| 32 #ifdef _WIN32 |
35 |
| |
36 #ifdef _WIN32 |
| 33 # include <gdk/gdkwin32.h> |
37 # include <gdk/gdkwin32.h> |
| 34 #else |
38 #else |
| 35 # include <unistd.h> |
39 # include <unistd.h> |
| 36 # include <gdk/gdkx.h> |
40 # include <gdk/gdkx.h> |
| 37 #endif |
41 #endif |