From f31e4e33613129bf55d296c564579534966a33c9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Jan 2009 19:10:33 +0000 Subject: 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/iem/iemgui/; revision=10652 --- src/cube_sphere.c | 2 +- src/iem_event.c | 2 +- src/numberbox_matrix.c | 2 +- src/room_sim_2d.c | 2 +- src/room_sim_3d.c | 2 +- src/sym_dial.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/cube_sphere.c b/src/cube_sphere.c index 9c65984..161fbee 100644 --- a/src/cube_sphere.c +++ b/src/cube_sphere.c @@ -8,7 +8,7 @@ iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 * #include "iemgui.h" #include "g_canvas.h" #include "g_all_guis.h" -#include "t_tk.h" + #include #include #include diff --git a/src/iem_event.c b/src/iem_event.c index 5bb73a1..1ec50bf 100644 --- a/src/iem_event.c +++ b/src/iem_event.c @@ -8,7 +8,7 @@ iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 * #include "iemgui.h" #include "g_canvas.h" #include "g_all_guis.h" -#include "t_tk.h" + #include #include #include diff --git a/src/numberbox_matrix.c b/src/numberbox_matrix.c index db67446..1a4fd86 100644 --- a/src/numberbox_matrix.c +++ b/src/numberbox_matrix.c @@ -8,7 +8,7 @@ iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 * #include "iemgui.h" #include "g_canvas.h" #include "g_all_guis.h" -#include "t_tk.h" + #include #include #include diff --git a/src/room_sim_2d.c b/src/room_sim_2d.c index 0bd28a6..5855fe0 100644 --- a/src/room_sim_2d.c +++ b/src/room_sim_2d.c @@ -8,7 +8,7 @@ iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 * #include "iemgui.h" #include "g_canvas.h" #include "g_all_guis.h" -#include "t_tk.h" + #include #include #include diff --git a/src/room_sim_3d.c b/src/room_sim_3d.c index 24f8fca..4083f1d 100644 --- a/src/room_sim_3d.c +++ b/src/room_sim_3d.c @@ -8,7 +8,7 @@ iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2006 * #include "iemgui.h" #include "g_canvas.h" #include "g_all_guis.h" -#include "t_tk.h" + #include #include #include diff --git a/src/sym_dial.c b/src/sym_dial.c index a1d71ca..e1d1ae2 100644 --- a/src/sym_dial.c +++ b/src/sym_dial.c @@ -8,7 +8,7 @@ iemgui written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2007 * #include "iemgui.h" #include "g_canvas.h" #include "g_all_guis.h" -#include "t_tk.h" + #include #include #include -- cgit v1.2.1