ossp-pkg/uuid/uuid.c 1.57 -> 1.58
--- uuid.c 2006/01/13 06:44:30 1.57
+++ uuid.c 2006/02/07 08:19:15 1.58
@@ -27,6 +27,10 @@
** uuid.c: library API implementation
*/
+/* own headers (part 1/2) */
+#include "config.h"
+#include "uuid.h"
+
/* system headers */
#include <stdio.h>
#include <stdlib.h>
@@ -39,9 +43,7 @@
#include <sys/time.h>
#include <sys/types.h>
-/* own headers */
-#include "config.h"
-#include "uuid.h"
+/* own headers (part 2/2) */
#include "uuid_vers.h"
#include "uuid_md5.h"
#include "uuid_sha1.h"
|
|