Commit bac16c7e authored by Marko Mäkelä's avatar Marko Mäkelä

Cleanup: Remove unnecessary #include

parent 216ed179
...@@ -25,20 +25,14 @@ Created 11/5/1995 Heikki Tuuri ...@@ -25,20 +25,14 @@ Created 11/5/1995 Heikki Tuuri
*******************************************************/ *******************************************************/
#include "buf0lru.h" #include "buf0lru.h"
#include "ut0byte.h"
#include "ut0rnd.h"
#include "sync0rw.h" #include "sync0rw.h"
#include "hash0hash.h"
#include "os0event.h"
#include "fil0fil.h" #include "fil0fil.h"
#include "btr0btr.h" #include "btr0btr.h"
#include "buf0buddy.h" #include "buf0buddy.h"
#include "buf0buf.h" #include "buf0buf.h"
#include "buf0dblwr.h"
#include "buf0flu.h" #include "buf0flu.h"
#include "buf0rea.h" #include "buf0rea.h"
#include "btr0sea.h" #include "btr0sea.h"
#include "ibuf0ibuf.h"
#include "os0file.h" #include "os0file.h"
#include "page0zip.h" #include "page0zip.h"
#include "log0recv.h" #include "log0recv.h"
......
/***************************************************************************** /*****************************************************************************
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved. Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
Copyright (c) 2019, MariaDB Corporation. Copyright (c) 2019, 2020, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software the terms of the GNU General Public License as published by the Free Software
...@@ -27,8 +27,7 @@ Created 5/30/1994 Heikki Tuuri ...@@ -27,8 +27,7 @@ Created 5/30/1994 Heikki Tuuri
#ifndef ut0mem_h #ifndef ut0mem_h
#define ut0mem_h #define ut0mem_h
#include "os0event.h" #include "univ.i"
#include "ut0mutex.h"
/******************************************************************** /********************************************************************
Concatenate 3 strings.*/ Concatenate 3 strings.*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment