From dac26bd40693919ea1af325c96a8e3c6db99f758 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 30 May 2012 13:43:24 -0400 Subject: [PATCH] rm useless include guard --- config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.h b/config.h index f0408e9..e5a3699 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,3 @@ -#ifndef CONFIG_H -#define CONFIG_H - #include #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