rename y16t.h -> y16t_idx.h

This commit is contained in:
Alain Zscheile 2023-01-03 09:40:10 +01:00
parent 6cac98bd4f
commit 3e4b33a645
3 changed files with 2 additions and 2 deletions

2
idx.c
View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: ISC
#include "y16t.h"
#include "y16t_idx.h"
#include "y16t_internal.h"
#include <arpa/inet.h>
#include <errno.h>

View file

@ -4,7 +4,7 @@ project('y16t 16bit-field quad tree library', 'c',
license : 'Apache-2.0',
meson_version : '>=0.50')
install_headers('y16t.h')
install_headers('y16t_idx.h')
c_base_args = [
'-fno-plt',

View file