$OpenBSD: patch-lib_libunshield_c,v 1.3 2009/05/23 16:34:54 benoit Exp $
--- lib/libunshield.c.orig	Tue May  6 03:38:11 2008
+++ lib/libunshield.c	Sat Mar 21 19:00:40 2009
@@ -1,11 +1,12 @@
 /* $Id: patch-lib_libunshield_c,v 1.3 2009/05/23 16:34:54 benoit Exp $ */
 #define _BSD_SOURCE 1
-#include "internal.h"
-#include "log.h"
 #include <assert.h>
 #include <ctype.h>
 #include <stdlib.h>
 #include <string.h>
+
+#include "internal.h"
+#include "log.h"
 
 /**
   Create filename pattern used by unshield_fopen_for_reading()
