summaryrefslogtreecommitdiff
path: root/camlibs/digita
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-08-30 12:44:31 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-09-08 03:15:39 +0200
commita594c2ccef521711cd303504dfcffaa89c0b425e (patch)
tree9a76ed94016aa9f55d10957c65ebcbb44ab20ff6 /camlibs/digita
parent5905eae3dedc48032abe15672ab3ec2aa10b62dc (diff)
downloadlibgphoto2-a594c2ccef521711cd303504dfcffaa89c0b425e.tar.gz
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
Diffstat (limited to 'camlibs/digita')
-rw-r--r--camlibs/digita/commands.c3
-rw-r--r--camlibs/digita/digita.c3
-rw-r--r--camlibs/digita/serial.c3
3 files changed, 0 insertions, 9 deletions
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 <errno.h>
#include <fcntl.h>
#include <string.h>
-#ifdef OS2
-#include <db.h>
-#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 <limits.h>
#endif
-#ifdef OS2
-#include <db.h>
-#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 <stdlib.h>
#include <errno.h>
#include <string.h>
-#ifdef OS2
-#include <db.h>
-#endif
#include "gphoto2-endian.h"
#include "digita.h"