girffi: Remove unnecessary sys/mman.h include

While we're here move config.h to the top for consistency.
This commit is contained in:
Colin Walters 2011-09-03 12:02:54 -04:00
parent b8010062b5
commit 6f0cf9a0aa

View File

@ -19,10 +19,10 @@
* Boston, MA 02111-1307, USA.
*/
#include <sys/types.h>
#include <sys/mman.h>
#include "config.h"
#include <sys/types.h>
#include <config.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>