diff src/lspst.c @ 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 0f1492b7fe8b
children bdb38b434c0a
line wrap: on
line diff
--- a/src/lspst.c	Sat Jan 31 12:23:46 2009 -0800
+++ b/src/lspst.c	Sun Feb 01 11:24:22 2009 -0800
@@ -7,17 +7,8 @@
  */
 
 #include "define.h"
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <time.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-#include <unistd.h>
-
+#include "common.h"
 #include "libpst.h"
-#include "common.h"
 #include "timeconv.h"
 
 struct file_ll {