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 | f31e4e33613129bf55d296c564579534966a33c9 (patch) | |
tree | 83908dbeddc8482a383c2f45206635c7fb446074 /src/room_sim_2d.c | |
parent | ea6da7fef54ae44bc62588b76e53363c74fd20f3 (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/iem/iemgui/; revision=10652
Diffstat (limited to 'src/room_sim_2d.c')
-rw-r--r-- | src/room_sim_2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h> #include <stdlib.h> #include <string.h> |