From a594c2ccef521711cd303504dfcffaa89c0b425e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 30 Aug 2021 12:44:31 +0200 Subject: Remove remnants of OS/2 support Remove remnants of OS/2 support, which has been broken at least since commit 9831fa553c from 2006-10, but more probably even since after gphoto2 2.1.0 which was some time in 2002. Closes: https://github.com/gphoto/libgphoto2/issues/710 --- camlibs/digita/commands.c | 3 --- camlibs/digita/digita.c | 3 --- camlibs/digita/serial.c | 3 --- 3 files changed, 9 deletions(-) (limited to 'camlibs/digita') diff --git a/camlibs/digita/commands.c b/camlibs/digita/commands.c index 22c8fb544..0f1c9da13 100644 --- a/camlibs/digita/commands.c +++ b/camlibs/digita/commands.c @@ -28,9 +28,6 @@ #include #include #include -#ifdef OS2 -#include -#endif #include "digita.h" #include "gphoto2-endian.h" diff --git a/camlibs/digita/digita.c b/camlibs/digita/digita.c index 72ce3419f..a31119429 100644 --- a/camlibs/digita/digita.c +++ b/camlibs/digita/digita.c @@ -31,9 +31,6 @@ #ifdef HAVE_LIMITS_H #include #endif -#ifdef OS2 -#include -#endif #define GP_MODULE "digita" diff --git a/camlibs/digita/serial.c b/camlibs/digita/serial.c index a23504d2d..ced601b91 100644 --- a/camlibs/digita/serial.c +++ b/camlibs/digita/serial.c @@ -29,9 +29,6 @@ #include #include #include -#ifdef OS2 -#include -#endif #include "gphoto2-endian.h" #include "digita.h" -- cgit v1.2.1