aboutsummaryrefslogtreecommitdiff
path: root/colorgrid/colorgrid.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-26 19:10:33 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-01-26 19:10:33 +0000
commit7b34636eeccbd82ef9ed3f8ed97e84d20f3e4030 (patch)
treed535ead853c1c481aa36cf4cbdbdb188ca013bad /colorgrid/colorgrid.c
parente13ed3ef9cb140c588e5e61e92c76e237b7fdba3 (diff)
I just went through all of the externals that include t_tk.h and found that
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/externals/pdvjtools/; revision=10652
Diffstat (limited to 'colorgrid/colorgrid.c')
-rw-r--r--colorgrid/colorgrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorgrid/colorgrid.c b/colorgrid/colorgrid.c
index fbd39e8..dd39921 100644
--- a/colorgrid/colorgrid.c
+++ b/colorgrid/colorgrid.c
@@ -15,7 +15,7 @@
#include "m_pd.h"
#include "m_imp.h"
#include "g_canvas.h"
-#include "t_tk.h"
+
#ifdef NT
#include <io.h>