Fix the names of preprocessor guards according to the renamed filenames.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __CONFIG_BUFFER_H__
|
||||
#define __CONFIG_BUFFER_H__
|
||||
#ifndef __CONFIG_STATE_H__
|
||||
#define __CONFIG_STATE_H__
|
||||
|
||||
// Includes:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __DESERIALIZE_H__
|
||||
#define __DESERIALIZE_H__
|
||||
#ifndef __PARSE_KEYMAP_H__
|
||||
#define __PARSE_KEYMAP_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user