summaryrefslogtreecommitdiff
path: root/libinstaller
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-06-22 17:06:23 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-06-22 17:06:23 -0700
commitbdf96656c4418a691868b85cb90a80f353b0cb0b (patch)
tree455baff3d8dc950ec28ebe87c22eea6db9f7fc6d /libinstaller
parenta73b14259504d25e782df6cef4331fbd8710f575 (diff)
downloadsyslinux-bdf96656c4418a691868b85cb90a80f353b0cb0b.tar.gz
setadv: remove unused, nonportable header file
This file does not need <sys/types.h>. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'libinstaller')
-rw-r--r--libinstaller/setadv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libinstaller/setadv.c b/libinstaller/setadv.c
index 61f1f345..9cf6f188 100644
--- a/libinstaller/setadv.c
+++ b/libinstaller/setadv.c
@@ -28,7 +28,6 @@
#include <stdint.h>
#include <string.h>
#include <errno.h>
-#include <sys/types.h>
#include "syslxint.h"
#include "syslxcom.h"