diff options
| author | Vincent van Ravesteijn <vfr@lyx.org> | 2011-10-31 20:12:44 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2011-10-31 20:06:06 -0700 |
| commit | 439fbb807259ad52f1af86ca5e5c98b5f189a246 (patch) | |
| tree | c7e5159acfa1834eedd0207bf1a5eeb5cdf11b63 /compat/vcbuild/include/sys | |
| parent | Compile fix for MSVC: Include <io.h> (diff) | |
| download | git-439fbb807259ad52f1af86ca5e5c98b5f189a246.tar.gz git-439fbb807259ad52f1af86ca5e5c98b5f189a246.zip | |
MSVC: Remove unneeded header stubs
These headers are no longer needed since they are no longer
unnecessarily included in git-compat-util.h.
Signed-off-by: Vincent van Ravesteijn <vfr@lyx.org>
Acked-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/vcbuild/include/sys')
| -rw-r--r-- | compat/vcbuild/include/sys/ioctl.h | 1 | ||||
| -rw-r--r-- | compat/vcbuild/include/sys/select.h | 1 | ||||
| -rw-r--r-- | compat/vcbuild/include/sys/socket.h | 1 | ||||
| -rw-r--r-- | compat/vcbuild/include/sys/wait.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/compat/vcbuild/include/sys/ioctl.h b/compat/vcbuild/include/sys/ioctl.h deleted file mode 100644 index 0d8552a2c6..0000000000 --- a/compat/vcbuild/include/sys/ioctl.h +++ /dev/null @@ -1 +0,0 @@ -/* Intentionally empty file to support building git with MSVC */ diff --git a/compat/vcbuild/include/sys/select.h b/compat/vcbuild/include/sys/select.h deleted file mode 100644 index 0d8552a2c6..0000000000 --- a/compat/vcbuild/include/sys/select.h +++ /dev/null @@ -1 +0,0 @@ -/* Intentionally empty file to support building git with MSVC */ diff --git a/compat/vcbuild/include/sys/socket.h b/compat/vcbuild/include/sys/socket.h deleted file mode 100644 index 0d8552a2c6..0000000000 --- a/compat/vcbuild/include/sys/socket.h +++ /dev/null @@ -1 +0,0 @@ -/* Intentionally empty file to support building git with MSVC */ diff --git a/compat/vcbuild/include/sys/wait.h b/compat/vcbuild/include/sys/wait.h deleted file mode 100644 index 0d8552a2c6..0000000000 --- a/compat/vcbuild/include/sys/wait.h +++ /dev/null @@ -1 +0,0 @@ -/* Intentionally empty file to support building git with MSVC */ |
