1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed problem from last merge

This commit is contained in:
unknown
2002-09-03 18:02:05 +03:00
parent a46d07ac66
commit 50a612f7cd

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__