summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ev.h4
-rw-r--r--event.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/ev.h b/ev.h
index 365e23f..d5e9080 100644
--- a/ev.h
+++ b/ev.h
@@ -37,8 +37,8 @@
* either the BSD or the GPL.
*/
-#ifndef EV_H__
-#define EV_H__
+#ifndef EV_H_
+#define EV_H_
#ifdef __cplusplus
extern "C" {
diff --git a/event.h b/event.h
index 3059118..6541577 100644
--- a/event.h
+++ b/event.h
@@ -37,8 +37,8 @@
* either the BSD or the GPL.
*/
-#ifndef EVENT_H__
-#define EVENT_H__
+#ifndef EVENT_H_
+#define EVENT_H_
#ifdef EV_H
# include EV_H