diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:20:23 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:20:23 +0000 |
commit | cf72bb04a7650ae5e1b7011d17ce572bb06896b0 (patch) | |
tree | 13412643611b96a8059a8a326c7784f8fbf9d023 /plugins/TipperYM/src/preset_items.h | |
parent | ffbf1155ff036f2640f9d192cfb95bc42864ed19 (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/src/preset_items.h')
-rw-r--r-- | plugins/TipperYM/src/preset_items.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/preset_items.h b/plugins/TipperYM/src/preset_items.h index 5055db3dee..8b07f0069c 100644 --- a/plugins/TipperYM/src/preset_items.h +++ b/plugins/TipperYM/src/preset_items.h @@ -21,8 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef _PRESETITEMS_INC
#define _PRESETITEMS_INC
-#include "options.h"
-
#define MAX_PRESET_SUBST_COUNT 3
typedef struct {
|