1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed problem from last merge

This commit is contained in:
monty@mashka.mysql.fi
2002-09-03 18:02:05 +03:00
parent d11512ccd2
commit d05697c70e

View File

@ -23,9 +23,6 @@
#include <ha_berkeley.h>
#endif
#include <myisam.h>
#ifdef HAVE_BERKELEY_DB
#include <ha_berkeley.h>
#endif
#include <assert.h>
#ifdef __WIN__