diff options
Diffstat (limited to 'plugins/TipperYM/src/subst.h')
-rw-r--r-- | plugins/TipperYM/src/subst.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TipperYM/src/subst.h b/plugins/TipperYM/src/subst.h index 41f66f871a..fdc0b73320 100644 --- a/plugins/TipperYM/src/subst.h +++ b/plugins/TipperYM/src/subst.h @@ -21,9 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef _SUBST_INC
#define _SUBST_INC
-#include "options.h"
-#include "translations.h"
-
bool GetLabelText(HANDLE hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
bool GetValueText(HANDLE hContact, const DISPLAYITEM &di, TCHAR *buff, int iBufflen);
|