aboutsummaryrefslogtreecommitdiff
path: root/extensions
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
commitf40396a6d820977efa6897e18f4379687deb1517 (patch)
treed4586767528666f249b106612ce04264cd7b8062 /extensions
parentd715c5d72277f7f42ab8950a68e9de77394f3ca0 (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/; revision=10652
Diffstat (limited to 'extensions')
-rw-r--r--extensions/xgui/xgui-lib/seg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/xgui/xgui-lib/seg.c b/extensions/xgui/xgui-lib/seg.c
index 2f1a9bed..586662c6 100644
--- a/extensions/xgui/xgui-lib/seg.c
+++ b/extensions/xgui/xgui-lib/seg.c
@@ -6,7 +6,7 @@
#include "m_pd.h"
#include "g_canvas.h"
-#include "t_tk.h"
+
typedef struct s_pd_obj_seg
{