Change file naming
This is a follow-up to previous commit.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <bh/algo.h>
|
||||
#include <BH/Algo.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/hashmap.h>
|
||||
#include <BH/Hashmap.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/io.h>
|
||||
#include <BH/IO.h>
|
||||
#include <malloc.h>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/math.h>
|
||||
#include <BH/Math.h>
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/queue.h>
|
||||
#include <BH/Queue.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/io.h>
|
||||
#include <BH/IO.h>
|
||||
|
||||
typedef struct BH_File
|
||||
{
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <bh/io.h>
|
||||
#include <BH/IO.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -1,4 +1,4 @@
|
||||
#include <bh/io.h>
|
||||
#include <BH/IO.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
Reference in New Issue
Block a user