mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Style nits
This commit is contained in:
parent
eaea065199
commit
a13a701f40
@ -14,8 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef RARCH_COMMAND_H__
|
||||
#define RARCH_COMMAND_H__
|
||||
#ifndef COMMAND_H__
|
||||
#define COMMAND_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
@ -13,8 +13,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef RARCH_COMMAND_EVENT_H__
|
||||
#define RARCH_COMMAND_EVENT_H__
|
||||
#ifndef COMMAND_EVENT_H__
|
||||
#define COMMAND_EVENT_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <boolean.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user