diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-04 19:24:34 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-01-05 16:43:34 +0100 |
commit | 03ca97526bf838fe3fe65087ae32b01a64093975 (patch) | |
tree | 5591516fcdfe8c9315488977ce8710491f8ef20c /common/os/os.h | |
parent | 21c57423ae4a3de32c359086ac91c12c5fe0de71 (diff) | |
download | tigervnc-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.h | 2 |
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. |