aboutsummaryrefslogtreecommitdiff
path: root/kalashnikov.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-31 23:05:05 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-01-31 23:05:05 +0000
commitabe7a0142cb59e7d68db772218ab4641ca7ffaee (patch)
tree70951256555a9fb5eb852fe45a9d342f8bf5eaef /kalashnikov.c
parent0dfa136e0a619e58b8f93c6d7b9b406fe192dc38 (diff)
removed useless includes
svn path=/trunk/externals/ext13/; revision=13125
Diffstat (limited to 'kalashnikov.c')
-rw-r--r--kalashnikov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalashnikov.c b/kalashnikov.c
index be9a998..e48cc4a 100644
--- a/kalashnikov.c
+++ b/kalashnikov.c
@@ -1,6 +1,6 @@
#include "ext13.h"
#include "m_pd.h"
-/*#include "g_canvas.h"*/
+
#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )