aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/os.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2023-01-04 19:24:34 +0100
committerPierre Ossman <ossman@cendio.se>2023-01-05 16:43:34 +0100
commit03ca97526bf838fe3fe65087ae32b01a64093975 (patch)
tree5591516fcdfe8c9315488977ce8710491f8ef20c /common/os/os.h
parent21c57423ae4a3de32c359086ac91c12c5fe0de71 (diff)
downloadtigervnc-03ca97526bf838fe3fe65087ae32b01a64093975.tar.gz
tigervnc-03ca97526bf838fe3fe65087ae32b01a64093975.zip
Remove old mingw compatibility code
This isn't needed with modern build environments, and can even conflict with them.
Diffstat (limited to 'common/os/os.h')
-rw-r--r--common/os/os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/os/os.h b/common/os/os.h
index 9b1de597..d0717fd0 100644
--- a/common/os/os.h
+++ b/common/os/os.h
@@ -19,8 +19,6 @@
#ifndef OS_OS_H
#define OS_OS_H
-#include <os/w32tiger.h>
-
/*
* Get VNC home directory ($HOME/.vnc or %APPDATA%/vnc/).
* If HOME environment variable is set then it is used.