[PD-cvs] SF.net SVN: pure-data:[10652] trunk

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jan 26 20:10:33 CET 2009


Revision: 10652
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10652&view=rev
Author:   eighthave
Date:     2009-01-26 19:10:33 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
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).

Modified Paths:
--------------
    trunk/extensions/xgui/xgui-lib/seg.c
    trunk/externals/ffext/tracker/tracker.h
    trunk/externals/footils/knob/knob.c
    trunk/externals/iem/iemgui/src/cube_sphere.c
    trunk/externals/iem/iemgui/src/iem_event.c
    trunk/externals/iem/iemgui/src/numberbox_matrix.c
    trunk/externals/iem/iemgui/src/room_sim_2d.c
    trunk/externals/iem/iemgui/src/room_sim_3d.c
    trunk/externals/iem/iemgui/src/sym_dial.c
    trunk/externals/moonlib/mknob.c
    trunk/externals/pdvjtools/colorgrid/colorgrid.c
    trunk/externals/pdvjtools/pix_preview/pix_preview.cc
    trunk/externals/pidip/modules/pdp_colorgrid.c
    trunk/externals/unauthorized/audience~/audience~.c
    trunk/externals/unauthorized/cooled~/cooled~.c
    trunk/externals/unauthorized/exciter/exciter.c
    trunk/externals/unauthorized/filterbank~/filterbank~.h
    trunk/externals/unauthorized/grid/grid.c
    trunk/externals/unauthorized/pianoroll/pianoroll.c
    trunk/externals/unauthorized/playlist/playlist.c
    trunk/externals/unauthorized/probalizer/probalizer.c
    trunk/externals/unauthorized/scratcher~/scratcher~.c
    trunk/externals/unauthorized/scrolllist/scrolllist.c
    trunk/externals/unauthorized/sonogram~/sonogram~-joge.c
    trunk/externals/unauthorized/sonogram~/sonogram~-yves.c
    trunk/externals/unauthorized/sonogram~/sonogram~.c

Modified: trunk/extensions/xgui/xgui-lib/seg.c
===================================================================
--- trunk/extensions/xgui/xgui-lib/seg.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/extensions/xgui/xgui-lib/seg.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -6,8 +6,8 @@
 
 #include "m_pd.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 typedef struct s_pd_obj_seg
 {
   t_object t_ob;

Modified: trunk/externals/ffext/tracker/tracker.h
===================================================================
--- trunk/externals/ffext/tracker/tracker.h	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/ffext/tracker/tracker.h	2009-01-26 19:10:33 UTC (rev 10652)
@@ -10,7 +10,7 @@
 #include "m_imp.h"
 #include "g_canvas.h"
 #include "s_stuff.h"
-#include "t_tk.h"
+
 #include <unistd.h>
 #include <stdio.h>
 

Modified: trunk/externals/footils/knob/knob.c
===================================================================
--- trunk/externals/footils/knob/knob.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/footils/knob/knob.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -25,7 +25,7 @@
 #endif
 
 #include "g_canvas.h"
-#include "t_tk.h"
+
 #include "g_all_guis.h"
 #include <math.h>
 

Modified: trunk/externals/iem/iemgui/src/cube_sphere.c
===================================================================
--- trunk/externals/iem/iemgui/src/cube_sphere.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/iem/iemgui/src/cube_sphere.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -8,7 +8,7 @@
 #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>

Modified: trunk/externals/iem/iemgui/src/iem_event.c
===================================================================
--- trunk/externals/iem/iemgui/src/iem_event.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/iem/iemgui/src/iem_event.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -8,7 +8,7 @@
 #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>

Modified: trunk/externals/iem/iemgui/src/numberbox_matrix.c
===================================================================
--- trunk/externals/iem/iemgui/src/numberbox_matrix.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/iem/iemgui/src/numberbox_matrix.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -8,7 +8,7 @@
 #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>

Modified: trunk/externals/iem/iemgui/src/room_sim_2d.c
===================================================================
--- trunk/externals/iem/iemgui/src/room_sim_2d.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/iem/iemgui/src/room_sim_2d.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -8,7 +8,7 @@
 #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>

Modified: trunk/externals/iem/iemgui/src/room_sim_3d.c
===================================================================
--- trunk/externals/iem/iemgui/src/room_sim_3d.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/iem/iemgui/src/room_sim_3d.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -8,7 +8,7 @@
 #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>

Modified: trunk/externals/iem/iemgui/src/sym_dial.c
===================================================================
--- trunk/externals/iem/iemgui/src/sym_dial.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/iem/iemgui/src/sym_dial.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -8,7 +8,7 @@
 #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>

Modified: trunk/externals/moonlib/mknob.c
===================================================================
--- trunk/externals/moonlib/mknob.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/moonlib/mknob.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -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>
 

Modified: trunk/externals/pdvjtools/colorgrid/colorgrid.c
===================================================================
--- trunk/externals/pdvjtools/colorgrid/colorgrid.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/pdvjtools/colorgrid/colorgrid.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -15,8 +15,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 #ifdef NT
 #include <io.h>
 #else

Modified: trunk/externals/pdvjtools/pix_preview/pix_preview.cc
===================================================================
--- trunk/externals/pdvjtools/pix_preview/pix_preview.cc	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/pdvjtools/pix_preview/pix_preview.cc	2009-01-26 19:10:33 UTC (rev 10652)
@@ -23,8 +23,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 #include "pix_preview.h"
 
 #define initialport 1234

Modified: trunk/externals/pidip/modules/pdp_colorgrid.c
===================================================================
--- trunk/externals/pidip/modules/pdp_colorgrid.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/pidip/modules/pdp_colorgrid.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -15,8 +15,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 #ifdef _WIN32
 #include <io.h>
 #else

Modified: trunk/externals/unauthorized/audience~/audience~.c
===================================================================
--- trunk/externals/unauthorized/audience~/audience~.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/audience~/audience~.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -39,7 +39,7 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
+
 #include "audience~.h"
 
 #ifdef NT

Modified: trunk/externals/unauthorized/cooled~/cooled~.c
===================================================================
--- trunk/externals/unauthorized/cooled~/cooled~.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/cooled~/cooled~.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -50,8 +50,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 static int guidebug=0;
 static int ignorevisible=1; // ignore visible test
                          // because this seems to lead to bad refresh

Modified: trunk/externals/unauthorized/exciter/exciter.c
===================================================================
--- trunk/externals/unauthorized/exciter/exciter.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/exciter/exciter.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -41,7 +41,7 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
+
 #include "exciter.h"
 
 #ifdef NT

Modified: trunk/externals/unauthorized/filterbank~/filterbank~.h
===================================================================
--- trunk/externals/unauthorized/filterbank~/filterbank~.h	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/filterbank~/filterbank~.h	2009-01-26 19:10:33 UTC (rev 10652)
@@ -43,8 +43,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 /* this code is borrowed from pd's object : bp~ */
 
 typedef struct bpctl

Modified: trunk/externals/unauthorized/grid/grid.c
===================================================================
--- trunk/externals/unauthorized/grid/grid.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/grid/grid.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -15,7 +15,7 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
+
 #include "g_grid.h"
 
 #ifdef NT

Modified: trunk/externals/unauthorized/pianoroll/pianoroll.c
===================================================================
--- trunk/externals/unauthorized/pianoroll/pianoroll.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/pianoroll/pianoroll.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -39,7 +39,7 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
+
 #include "pianoroll.h"
 
 #ifdef NT

Modified: trunk/externals/unauthorized/playlist/playlist.c
===================================================================
--- trunk/externals/unauthorized/playlist/playlist.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/playlist/playlist.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -40,8 +40,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 #ifdef NT
 #include <io.h>
 #else

Modified: trunk/externals/unauthorized/probalizer/probalizer.c
===================================================================
--- trunk/externals/unauthorized/probalizer/probalizer.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/probalizer/probalizer.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -39,7 +39,7 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
+
 #include "probalizer.h"
 
 #ifdef NT

Modified: trunk/externals/unauthorized/scratcher~/scratcher~.c
===================================================================
--- trunk/externals/unauthorized/scratcher~/scratcher~.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/scratcher~/scratcher~.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -57,8 +57,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 static int guidebug=0;
 static int ignorevisible=1; // ignore visible test
                          // because this seems to lead to bad refresh

Modified: trunk/externals/unauthorized/scrolllist/scrolllist.c
===================================================================
--- trunk/externals/unauthorized/scrolllist/scrolllist.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/scrolllist/scrolllist.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -39,8 +39,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 #ifdef NT
 #include <io.h>
 #else

Modified: trunk/externals/unauthorized/sonogram~/sonogram~-joge.c
===================================================================
--- trunk/externals/unauthorized/sonogram~/sonogram~-joge.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/sonogram~/sonogram~-joge.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -56,8 +56,8 @@
 #include <m_pd.h>
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 static int guidebug=0;
 static int ignorevisible=1; // ignore visible test
                          // because this seems to lead to bad refresh

Modified: trunk/externals/unauthorized/sonogram~/sonogram~-yves.c
===================================================================
--- trunk/externals/unauthorized/sonogram~/sonogram~-yves.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/sonogram~/sonogram~-yves.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -57,8 +57,8 @@
 #include <m_pd.h>
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 static int guidebug=0;
 static int ignorevisible=1; // ignore visible test
                          // because this seems to lead to bad refresh

Modified: trunk/externals/unauthorized/sonogram~/sonogram~.c
===================================================================
--- trunk/externals/unauthorized/sonogram~/sonogram~.c	2009-01-26 17:03:04 UTC (rev 10651)
+++ trunk/externals/unauthorized/sonogram~/sonogram~.c	2009-01-26 19:10:33 UTC (rev 10652)
@@ -55,8 +55,8 @@
 #include "m_pd.h"
 #include "m_imp.h"
 #include "g_canvas.h"
-#include "t_tk.h"
 
+
 static int guidebug=0;
 static int ignorevisible=1; // ignore visible test
                          // because this seems to lead to bad refresh


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list