Change file naming
This is a follow-up to previous commit.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define BH_ALGO_H
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "Common.h"
|
||||
|
||||
|
||||
/**
|
||||
@@ -2,7 +2,7 @@
|
||||
#define BH_HASHMAP_H
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "Common.h"
|
||||
|
||||
|
||||
typedef struct BH_Hashmap BH_Hashmap;
|
||||
@@ -2,7 +2,7 @@
|
||||
#define BH_IO_H
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "Common.h"
|
||||
|
||||
|
||||
#define BH_IO_INFO_CB 0x0000
|
||||
@@ -2,7 +2,7 @@
|
||||
#define BH_MATH_H
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "Common.h"
|
||||
|
||||
|
||||
/**
|
||||
@@ -2,7 +2,7 @@
|
||||
#define BH_QUEUE_H
|
||||
|
||||
|
||||
#include "common.h"
|
||||
#include "Common.h"
|
||||
|
||||
|
||||
typedef struct BH_Queue BH_Queue;
|
||||
Reference in New Issue
Block a user