projects
/
platform
/
upstream
/
gobject-introspection.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9c244a
)
girffi: Remove unnecessary sys/mman.h include
author
Colin Walters
<walters@verbum.org>
Sat, 3 Sep 2011 16:02:54 +0000
(12:02 -0400)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/girepository/girffi.c
b/girepository/girffi.c
index
b5d3597
..
aae1dcc
100644
(file)
--- a/
girepository/girffi.c
+++ b/
girepository/girffi.c
@@
-19,10
+19,10
@@
* 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>