aboutsummaryrefslogtreecommitdiff
path: root/mknob.c
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
commit66615de24cb4f2d3511ad4a6cee4b28058e3ebb8 (patch)
tree7bc6ef520cec0efbc42b350fed9ee31272c2e10e /mknob.c
parenta899ae0f82668cfd63799e5ecb49204cd11519cc (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/moonlib/; revision=10652
Diffstat (limited to 'mknob.c')
-rw-r--r--mknob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mknob.c b/mknob.c
index 179d345..85a7d26 100644
--- a/mknob.c
+++ b/mknob.c
@@ -13,7 +13,7 @@
#include <ctype.h>
#include "m_pd.h"
#include "g_canvas.h"
-#include "t_tk.h"
+
#include "g_all_guis.h"
#include <math.h>