Change file naming

This is a follow-up to previous commit.
This commit is contained in:
2025-02-02 21:40:31 +03:00
parent c89cf8f316
commit 586a9ace21
23 changed files with 41 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
#include <bh/algo.h>
#include <BH/Algo.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#include <bh/hashmap.h>
#include <BH/Hashmap.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#include <bh/io.h>
#include <BH/IO.h>
#include <malloc.h>

View File

@@ -1,4 +1,4 @@
#include <bh/math.h>
#include <BH/Math.h>
#include <math.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#include <bh/queue.h>
#include <BH/Queue.h>
#include <stdlib.h>
#include <string.h>

View File

@@ -1,4 +1,4 @@
#include <bh/io.h>
#include <BH/IO.h>
typedef struct BH_File
{

View File

@@ -1,4 +1,5 @@
#include <bh/io.h>
#include <BH/IO.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -1,4 +1,4 @@
#include <bh/io.h>
#include <BH/IO.h>
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>