Displaying 2 results from an estimated 2 matches for "2e4e091".
Did you mean:
24091
2015 Sep 29
0
[PATCH 4/4] lib: Remove unused header files.
...ock.h"
#include "base64.h"
#include "guestfs.h"
#include "guestfs-internal.h"
-#include "guestfs-internal-actions.h"
#include "guestfs_protocol.h"
/* Fixes for Mac OS X */
diff --git a/src/launch-uml.c b/src/launch-uml.c
index c368f21..2e4e091 100644
--- a/src/launch-uml.c
+++ b/src/launch-uml.c
@@ -22,10 +22,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
-#include <stdint.h>
#include <inttypes.h>
#include <unistd.h>
-#include <errno.h>
#include <sys/types.h>
#incl...
2015 Sep 29
8
[PATCH 1/4] lib: actions: Remove some unused header files.
---
generator/c.ml | 2 --
1 file changed, 2 deletions(-)
diff --git a/generator/c.ml b/generator/c.ml
index 055b683..963cf21 100644
--- a/generator/c.ml
+++ b/generator/c.ml
@@ -1213,9 +1213,7 @@ and generate_client_actions hash () =
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include