diff src/libpst.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/libpst.c	Sat Jan 31 12:23:46 2009 -0800
+++ b/src/libpst.c	Sun Feb 01 11:24:22 2009 -0800
@@ -6,11 +6,11 @@
  */
 
 #include "define.h"
+#include "common.h"
+#include "libpst.h"
+#include "timeconv.h"
 #include "libstrfunc.h"
 #include "vbuf.h"
-#include "libpst.h"
-#include "common.h"
-#include "timeconv.h"
 
 #define ASSERT(x) { if(!(x)) raise( SIGSEGV ); }