Remove assert.h include from btree.h, as this overrides OpenTTD's assert
This commit is contained in:
1
src/3rdparty/cpp-btree/btree.h
vendored
1
src/3rdparty/cpp-btree/btree.h
vendored
@@ -100,7 +100,6 @@
|
|||||||
#ifndef UTIL_BTREE_BTREE_H__
|
#ifndef UTIL_BTREE_BTREE_H__
|
||||||
#define UTIL_BTREE_BTREE_H__
|
#define UTIL_BTREE_BTREE_H__
|
||||||
|
|
||||||
#include <assert.h>
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
Reference in New Issue
Block a user