diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-11 19:27:54 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-11-11 19:27:54 +0000 |
commit | 816d3b463aa23516dc25c934c41d6483d9e3d3f5 (patch) | |
tree | f7a4104f4eb1443ae23523426f9d21333e31d61a /plugins/CmdLine/src/commonheaders.h | |
parent | e84f4c2b63f9cf85b35082a31fe6144c34d63eb0 (diff) |
fixed vi info in command line
git-svn-id: http://svn.miranda-ng.org/main/trunk@10957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/src/commonheaders.h')
-rw-r--r-- | plugins/CmdLine/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/commonheaders.h b/plugins/CmdLine/src/commonheaders.h index becf33539c..ec60fefd5f 100644 --- a/plugins/CmdLine/src/commonheaders.h +++ b/plugins/CmdLine/src/commonheaders.h @@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "m_message.h"
#include "m_ignore.h"
-#include "m_versioninfo.h"
+#include "m_crashdumper.h"
#include "m_statusplugins.h"
#include "version.h"
|