girffi: Remove unnecessary sys/mman.h include
authorColin Walters <walters@verbum.org>
Sat, 3 Sep 2011 16:02:54 +0000 (12:02 -0400)
committerColin Walters <walters@verbum.org>
Sat, 3 Sep 2011 16:03:34 +0000 (12:03 -0400)
While we're here move config.h to the top for consistency.

girepository/girffi.c

index b5d3597..aae1dcc 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include <sys/types.h>
-#include <sys/mman.h>
 
-#include <config.h>
 #include <errno.h>
 #include <string.h>
 #include <unistd.h>