mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
don’t use reserved identifiers for include guards (left-overs)
fixes #804
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#ifndef _I3_INPUT
|
||||
#define _I3_INPUT
|
||||
#ifndef I3_INPUT
|
||||
#define I3_INPUT
|
||||
|
||||
#include <err.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user