Skip to content
Permalink
Browse files
Cleanup: Remove unnecessary #include
  • Loading branch information
dr-m committed Sep 30, 2020
1 parent 216ed17 commit bac16c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
@@ -25,20 +25,14 @@ Created 11/5/1995 Heikki Tuuri
*******************************************************/

#include "buf0lru.h"
#include "ut0byte.h"
#include "ut0rnd.h"
#include "sync0rw.h"
#include "hash0hash.h"
#include "os0event.h"
#include "fil0fil.h"
#include "btr0btr.h"
#include "buf0buddy.h"
#include "buf0buf.h"
#include "buf0dblwr.h"
#include "buf0flu.h"
#include "buf0rea.h"
#include "btr0sea.h"
#include "ibuf0ibuf.h"
#include "os0file.h"
#include "page0zip.h"
#include "log0recv.h"
@@ -1,7 +1,7 @@
/*****************************************************************************
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
the terms of the GNU General Public License as published by the Free Software
@@ -27,8 +27,7 @@ Created 5/30/1994 Heikki Tuuri
#ifndef ut0mem_h
#define ut0mem_h

#include "os0event.h"
#include "ut0mutex.h"
#include "univ.i"

/********************************************************************
Concatenate 3 strings.*/

0 comments on commit bac16c7

Please sign in to comment.