diff src/dumpblocks.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 6395ced2b8b2
children fc11b1d1ad34
line wrap: on
line diff
--- a/src/dumpblocks.c	Sun Feb 01 19:21:47 2009 -0800
+++ b/src/dumpblocks.c	Mon Feb 02 21:55:48 2009 -0800
@@ -1,8 +1,10 @@
-#include "define.h"
 #include "common.h"
 #include "libpst.h"
 
+#include "define.h"
+
 #define OUT_BUF 20
+
 int main(int argc, char* const* argv)
 {
     pst_file pstfile;