1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +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> #include <ha_berkeley.h>
#endif #endif
#include <myisam.h> #include <myisam.h>
#ifdef HAVE_BERKELEY_DB
#include <ha_berkeley.h>
#endif
#include <assert.h> #include <assert.h>
#ifdef __WIN__ #ifdef __WIN__