Style nits

This commit is contained in:
twinaphex 2015-04-13 11:39:40 +02:00
parent eaea065199
commit a13a701f40
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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>