diff options
author | Mataes <mataes2007@gmail.com> | 2020-04-04 01:08:35 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-04-04 01:08:35 +0300 |
commit | 28108cf449cb49c4f969f615032522badd071734 (patch) | |
tree | e99ee51220f1f1aab9207e8fb1a34cc221b74cee /plugins/NewStory/src/stdafx.h | |
parent | 067cd1176e7b6e57107e3926ddaba3a7e7880949 (diff) |
newstory: minor cleanup
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index fe7a59b639..4e965019b4 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2012 Mataes This is free software; you can redistribute it and/or @@ -14,7 +14,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this file; see the file license.txt. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. +Boston, MA 02111-1307, USA. */ #pragma once @@ -24,16 +24,13 @@ Boston, MA 02111-1307, USA. #include <process.h> #include <tchar.h> #include <commctrl.h> -//#include <stdio.h> #include <time.h> //Miranda headers #include "newpluginapi.h" #include "win2k.h" #include "m_system.h" -//#include "m_plugins.h" #include "m_clc.h" -//#include "m_clui.h" #include "m_clist.h" #include "m_options.h" #include "m_skin.h" @@ -52,9 +49,6 @@ Boston, MA 02111-1307, USA. #include "m_contacts.h" #include "m_smileyadd.h" -//#include "m_nconvers.h" -//#include "m_MathModule.h" -//#include "m_Snapping_windows.h" #ifndef MTEXT_NOHELPERS #define MTEXT_NOHELPERS #endif // MTEXT_NOHELPERS |