aboutsummaryrefslogtreecommitdiff
path: root/i3-input
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-09-22 13:31:08 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-09-22 13:31:08 +0200
commita01bac13fec0a15e326ac57fb4a15a85fc6a885c (patch)
treeecc15008302e0ad69bf9b00c8eaa0ed25932d0f4 /i3-input
parent7a2e1059311288247cd844cb306b1fc370c7da6a (diff)
downloadi3-a01bac13fec0a15e326ac57fb4a15a85fc6a885c.tar.gz
i3-a01bac13fec0a15e326ac57fb4a15a85fc6a885c.zip
don’t use reserved identifiers for include guards (left-overs)
fixes #804
Diffstat (limited to 'i3-input')
-rw-r--r--i3-input/i3-input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3-input/i3-input.h b/i3-input/i3-input.h
index f494cbd5..f1d5f077 100644
--- a/i3-input/i3-input.h
+++ b/i3-input/i3-input.h
@@ -1,5 +1,5 @@
-#ifndef _I3_INPUT
-#define _I3_INPUT
+#ifndef I3_INPUT
+#define I3_INPUT
#include <err.h>