Rename defines header (#142)

This commit is contained in:
Bailey Thompson
2020-10-02 19:46:13 -04:00
committed by GitHub
parent cc17f4c6d0
commit 354e0aef1b
19 changed files with 19 additions and 17 deletions

View File

@@ -23,7 +23,7 @@
#ifndef BKTHOMPS_CONTAINERS_MAP_H
#define BKTHOMPS_CONTAINERS_MAP_H
#include "all.h"
#include "_bk_defines.h"
/**
* The map data structure, which is a collection of key-value pairs, sorted by