Mercurial > libpst
diff src/readpst.c @ 122:bdb38b434c0a
more changes from Fridrich Strba to avoid installing our config.h
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 02 Feb 2009 21:55:48 -0800 |
parents | 8399ef94c11b |
children | ab2a11e72250 |
line wrap: on
line diff
--- a/src/readpst.c Sun Feb 01 19:21:47 2009 -0800 +++ b/src/readpst.c Mon Feb 02 21:55:48 2009 -0800 @@ -4,14 +4,15 @@ * Written by David Smith * dave.s@earthcorp.com */ -#include "define.h" #include "common.h" #include "libpst.h" #include "timeconv.h" -#include "lzfu.h" #include "libstrfunc.h" #include "vbuf.h" +#include "define.h" +#include "lzfu.h" + #ifdef HAVE_REGEX_H #include <regex.h> #endif