]> xenbits.xensource.com Git - rumpuser-xen.git/commitdiff
remove some low-hanging namespace pollution. needs more work
authorAntti Kantee <pooka@iki.fi>
Fri, 13 Jun 2014 14:22:44 +0000 (14:22 +0000)
committerAntti Kantee <pooka@iki.fi>
Fri, 13 Jun 2014 14:22:44 +0000 (14:22 +0000)
xen/blkfront.c

index 347c68ca5a84e2d74aa96cc5679716595470d7da..a9d43a2a305a23c9a8342a675e389e1f46a115ac 100644 (file)
 
 #include <errno.h>
 #include <fcntl.h>
-#include <stdint.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
-#include <time.h>
 
 /* Note: we generally don't need to disable IRQs since we hardly do anything in
  * the interrupt handler.  */