summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2018-11-29 12:53:44 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2018-11-29 12:53:44 +0200
commit447e4931795a0ae9525005e8fb37bb7347d8ae52 (patch)
tree3301e33bed2cc99b26d12ccb9f569802e025295c /extra
parentbe998bfdc5940925c4e6f5970a5c0c1efcd6d21e (diff)
downloadmariadb-git-447e4931795a0ae9525005e8fb37bb7347d8ae52.tar.gz
Remove some unnecessary InnoDB #include
Diffstat (limited to 'extra')
-rw-r--r--extra/innochecksum.cc1
-rw-r--r--extra/mariabackup/ds_local.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/extra/innochecksum.cc b/extra/innochecksum.cc
index b937cc6fa1a..cf145da3b30 100644
--- a/extra/innochecksum.cc
+++ b/extra/innochecksum.cc
@@ -44,7 +44,6 @@ The parts not included are excluded by #ifndef UNIV_INNOCHECKSUM. */
typedef void fil_space_t;
-#include "univ.i" /* include all of this */
#include "page0size.h"
#define FLST_BASE_NODE_SIZE (4 + 2 * FIL_ADDR_SIZE)
diff --git a/extra/mariabackup/ds_local.cc b/extra/mariabackup/ds_local.cc
index f1068d251dc..d22a8a27709 100644
--- a/extra/mariabackup/ds_local.cc
+++ b/extra/mariabackup/ds_local.cc
@@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#include <mysys_err.h>
#include "common.h"
#include "datasink.h"
-#include "univ.i"
#include "fsp0fsp.h"
#ifdef _WIN32
#include <winioctl.h>