From 7b34636eeccbd82ef9ed3f8ed97e84d20f3e4030 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/pdvjtools/; revision=10652 --- pix_preview/pix_preview.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pix_preview/pix_preview.cc') diff --git a/pix_preview/pix_preview.cc b/pix_preview/pix_preview.cc index 63bb9c3..82ab427 100644 --- a/pix_preview/pix_preview.cc +++ b/pix_preview/pix_preview.cc @@ -23,7 +23,7 @@ using namespace std; #include "m_pd.h" #include "m_imp.h" #include "g_canvas.h" -#include "t_tk.h" + #include "pix_preview.h" -- cgit v1.2.1