rm useless include guard

This commit is contained in:
Daniel Micay 2012-05-30 13:43:24 -04:00
parent fae27e5b82
commit dac26bd406
1 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,3 @@
#ifndef CONFIG_H
#define CONFIG_H
#include <stdbool.h>
#define URGENT_ON_BEEP
@ -50,5 +47,3 @@ static const bool visible_bell = false;
static const bool mouse_autohide = false;
static const char *term = "vte-256color";
#endif