diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-12 13:10:21 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-08-12 13:10:21 +0200 |
commit | 0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab (patch) | |
tree | e241186eeb8c327beb9374fd8a82ac4499983130 /config.default.h | |
parent | f6e41b0bc3a00a2c48a996e2da4ad84be9a719f7 (diff) | |
download | dwm-0937cc78bf5d8855dcd757b18e10c7dd49e7a1ab.tar.gz |
moved floating to layout.c, kept tile.c outside
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h index 83d244d..dcf13e3 100644 --- a/config.default.h +++ b/config.default.h @@ -26,7 +26,6 @@ static Rule rule[] = { \ /* layout(s) */ #include "tile.h" -#include "float.h" #define LAYOUTS \ static Layout layout[] = { \ /* symbol function */ \ |