Fix the names of preprocessor guards according to the renamed filenames.

This commit is contained in:
László Monda
2017-06-15 18:10:09 +02:00
parent de013f6afa
commit 972febf360
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __CONFIG_BUFFER_H__
#define __CONFIG_BUFFER_H__
#ifndef __CONFIG_STATE_H__
#define __CONFIG_STATE_H__
// Includes:

View File

@@ -1,5 +1,5 @@
#ifndef __DESERIALIZE_H__
#define __DESERIALIZE_H__
#ifndef __PARSE_KEYMAP_H__
#define __PARSE_KEYMAP_H__
#include <stdint.h>