aboutsummaryrefslogtreecommitdiff
path: root/playlist
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
commit55f8a56930c633ab273544f3a7bb37ea764e312d (patch)
treea985b00f526f78aafbcc02ab1a26d0aae97dbf10 /playlist
parent1b0a41ace234658092bfbb4d4588fe4ee2bbb342 (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/unauthorized/; revision=10652
Diffstat (limited to 'playlist')
-rw-r--r--playlist/playlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist/playlist.c b/playlist/playlist.c
index 0627090..12a5744 100644
--- a/playlist/playlist.c
+++ b/playlist/playlist.c
@@ -40,7 +40,7 @@
#include "m_pd.h"
#include "m_imp.h"
#include "g_canvas.h"
-#include "t_tk.h"
+
#ifdef NT
#include <io.h>