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 | df8dd27a32304355be8ef730637298ba38a5049c (patch) | |
tree | efdee82c75f742f044d7d4c51bc91a0c14aca9a2 | |
parent | 407acc447b6d67a124b5560ecefae4ca1ea7e0ae (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/ffext/; revision=10652
-rw-r--r-- | tracker/tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker/tracker.h b/tracker/tracker.h index 98dad7e..7097ab0 100644 --- a/tracker/tracker.h +++ b/tracker/tracker.h @@ -10,7 +10,7 @@ #include "m_imp.h" #include "g_canvas.h" #include "s_stuff.h" -#include "t_tk.h" + #include <unistd.h> #include <stdio.h> |