[gs-cvs] rev 9099 - trunk/gs/base

giles at ghostscript.com giles at ghostscript.com
Thu Sep 18 11:23:22 PDT 2008


Author: giles
Date: 2008-09-18 11:23:22 -0700 (Thu, 18 Sep 2008)
New Revision: 9099

Modified:
   trunk/gs/base/mkromfs.c
Log:
Move time_.h to the top of the include list.


Modified: trunk/gs/base/mkromfs.c
===================================================================
--- trunk/gs/base/mkromfs.c	2008-09-18 00:37:45 UTC (rev 9098)
+++ trunk/gs/base/mkromfs.c	2008-09-18 18:23:22 UTC (rev 9099)
@@ -39,6 +39,7 @@
 
 #include "stdpre.h"
 #include "stdint_.h"
+#include "time_.h"
 #include "gsiorom.h"
 #include "gsmemret.h" /* for gs_memory_type_ptr_t */
 #include "gsmalloc.h"
@@ -47,7 +48,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "time_.h"
 
 #include <zlib.h>
 



More information about the gs-cvs mailing list