Remove assert.h include from btree.h, as this overrides OpenTTD's assert

This commit is contained in:
Jonathan G Rennison
2017-02-19 13:55:31 +00:00
parent 3d0ed3547b
commit 418e9f4158

View File

@@ -100,7 +100,6 @@
#ifndef UTIL_BTREE_BTREE_H__
#define UTIL_BTREE_BTREE_H__
#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <sys/types.h>