# HG changeset patch # User Daniel Atallah # Date 1130293735 0 # Node ID 386ec55b6a155543557ad4309534469ec412e11a # Parent 9cd233ea27993bb78c71b8c7a9016097878dd187 [gaim-migrate @ 14122] It turns out this isn't at all necessary. committer: Tailor Script diff -r 9cd233ea2799 -r 386ec55b6a15 src/Makefile.am --- a/src/Makefile.am Wed Oct 26 01:48:33 2005 +0000 +++ b/src/Makefile.am Wed Oct 26 02:28:55 2005 +0000 @@ -13,7 +13,6 @@ win32/libc_interface.h \ win32/libc_internal.h \ win32/resource.h \ - win32/stdafx.h \ win32/untar.c \ win32/untar.h \ win32/wgaimerror.h \ diff -r 9cd233ea2799 -r 386ec55b6a15 src/win32/stdafx.h --- a/src/win32/stdafx.h Wed Oct 26 01:48:33 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -/* stdafx.h: include file for standard system include files, - * or project specific include files that are used frequently, but - * are changed infrequently - */ - -#if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) -#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif /* _MSC_VER > 1000 */ - -#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */ - -#include -#include - -#endif /* !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) */ diff -r 9cd233ea2799 -r 386ec55b6a15 src/win32/win32dep.c --- a/src/win32/win32dep.c Wed Oct 26 01:48:33 2005 +0000 +++ b/src/win32/win32dep.c Wed Oct 26 02:28:55 2005 +0000 @@ -35,7 +35,6 @@ #include "debug.h" #include "notify.h" -#include "stdafx.h" #include "resource.h" #include "idletrack.h" #include "zlib.h"