diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-12 03:48:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-12 03:48:55 +0000 |
commit | 48129a48d4c1ec6d826c5c446065dcfe9c5eccbf (patch) | |
tree | 06734c77f7a05a7f352273e93f19923a9dbd101f | |
parent | e805ba010560231b11291a5376d5e72ddfcc5378 (diff) |
stripped down the headers to only what is needed
svn path=/trunk/externals/hcs/; revision=11011
-rw-r--r-- | screensize.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/screensize.c b/screensize.c index c393f01..5a795d9 100644 --- a/screensize.c +++ b/screensize.c @@ -1,9 +1,6 @@ /* this object just asks Tcl for the screen resolution and outputs it */ #include <stdio.h> -#include <stdlib.h> -#include <string.h> #include <m_pd.h> -#include <g_canvas.h> static t_class *screensize_class; |