diff src/vbuf.h @ 120:6395ced2b8b2

disable building pst2dii on cygwin consistent ordering of our include files all system includes protected by ifdef HAVE_ from autoconf
author Carl Byington <carl@five-ten-sg.com>
date Sun, 01 Feb 2009 11:24:22 -0800
parents ed2a260bbb98
children fc11b1d1ad34
line wrap: on
line diff
--- a/src/vbuf.h	Sat Jan 31 12:23:46 2009 -0800
+++ b/src/vbuf.h	Sun Feb 01 11:24:22 2009 -0800
@@ -12,9 +12,6 @@
 #ifndef VBUF_H
 #define VBUF_H
 #define SZ_MAX     4096
-#include <stdlib.h>
-#include <stdio.h>
-#include <stdarg.h>
 /***************************************************/