aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-01 14:59:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-01 14:59:02 +0000
commit5393abb705d3eae10265834e0ea272b93e8563b5 (patch)
tree66fde366a718994b75d16cdb15971d954b1c146c /compat
parentc44856296099995ccf9d9f475ab57d1cfb295341 (diff)
downloadgdbm-5393abb705d3eae10265834e0ea272b93e8563b5.tar.gz
gdbm-5393abb705d3eae10265834e0ea272b93e8563b5.tar.bz2
Remove useless includes.
Diffstat (limited to 'compat')
-rw-r--r--compat/dbminit.c1
-rw-r--r--compat/dbmopen.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/compat/dbminit.c b/compat/dbminit.c
index ffe349e..641e11b 100644
--- a/compat/dbminit.c
+++ b/compat/dbminit.c
@@ -22,7 +22,6 @@
#include "autoconf.h"
#include "gdbmdefs.h"
-#include "gdbmerrno.h"
#include "extern.h"
/* Initialize dbm system. FILE is a pointer to the file name. In
diff --git a/compat/dbmopen.c b/compat/dbmopen.c
index 309d08f..d89080b 100644
--- a/compat/dbmopen.c
+++ b/compat/dbmopen.c
@@ -22,7 +22,6 @@
#include "autoconf.h"
#include "gdbmdefs.h"
-#include "gdbmerrno.h"
#include "extern.h"
/* Initialize ndbm system. FILE is a pointer to the file name. In

Return to:

Send suggestions and report system problems to the System administrator.