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

fixes #804
This commit is contained in:
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