don’t use reserved identifiers for include guards (left-overs)

fixes #804
next
Michael Stapelberg 2012-09-22 13:31:08 +02:00
parent 7a2e105931
commit a01bac13fe
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
#ifndef _XCB_H
#define _XCB_H
#ifndef I3_XCB_H
#define I3_XCB_H
/* from X11/keysymdef.h */
#define XCB_NUM_LOCK 0xff7f

View File

@ -1,5 +1,5 @@
#ifndef _I3_INPUT
#define _I3_INPUT
#ifndef I3_INPUT
#define I3_INPUT
#include <err.h>

View File

@ -1,5 +1,5 @@
#ifndef _I3_NAGBAR
#define _I3_NAGBAR
#ifndef I3_NAGBAR
#define I3_NAGBAR
#include <err.h>