diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-26 19:10:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-26 19:10:33 +0000 |
commit | 8b98fd4e5a72803833452179952c4dafeb4f1b11 (patch) | |
tree | b2942d47ad18b97bf0ea5197a8f1c5d468e1f556 | |
parent | 919d4374609514bbbbb099b9b869ac4ac50bdeed (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/pidip/; revision=10652
-rw-r--r-- | modules/pdp_colorgrid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_colorgrid.c b/modules/pdp_colorgrid.c index dffa66a..9e1a4fb 100644 --- a/modules/pdp_colorgrid.c +++ b/modules/pdp_colorgrid.c @@ -15,7 +15,7 @@ #include "m_pd.h" #include "m_imp.h" #include "g_canvas.h" -#include "t_tk.h" + #ifdef _WIN32 #include <io.h> |