diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:11:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-02 21:11:34 +0000 |
commit | dd556d2a3e2b7f7c4fdef1bcd9a7293f730df732 (patch) | |
tree | e4d6c6ee828a51af87ca69f2e3d9f06ec5a866e8 /plugins/WhenWasIt/birthdays.h | |
parent | ec36adde2c033cdf5129c9686ed89069c38896aa (diff) |
precompiled headers for WhenWasIt
git-svn-id: http://svn.miranda-ng.org/main/trunk@273 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/birthdays.h')
-rw-r--r-- | plugins/WhenWasIt/birthdays.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/WhenWasIt/birthdays.h b/plugins/WhenWasIt/birthdays.h index b20dd88554..c54042800c 100644 --- a/plugins/WhenWasIt/birthdays.h +++ b/plugins/WhenWasIt/birthdays.h @@ -21,8 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_WWI_BIRTHDAYS_H
#define M_WWI_BIRTHDAYS_H
-#include "commonheaders.h"
-
struct TBirthdayContact{
HANDLE hContact;
HANDLE hClistIcon;
|