X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3bar%2Finclude%2Fcommon.h;h=bce31a4df22cd5c267d3bf9626b97025d424f2cb;hb=f32cc6f4ae3f92c63d2f738b69d84269be8549ab;hp=74bd21528501d3b4701043ef51691c30e2891a61;hpb=daebe28b093bdf1f033041edabe9a80da1cc077a;p=i3%2Fi3 diff --git a/i3bar/include/common.h b/i3bar/include/common.h index 74bd2152..bce31a4d 100644 --- a/i3bar/include/common.h +++ b/i3bar/include/common.h @@ -1,9 +1,8 @@ /* - * i3bar - an xcb-based status- and ws-bar for i3 - * - * © 2010-2011 Axel Wagner and contributors + * vim:ts=4:sw=4:expandtab * - * See file LICNSE for license information + * i3bar - an xcb-based status- and ws-bar for i3 + * © 2010-2011 Axel Wagner and contributors (see also: LICENSE) * */ #ifndef COMMON_H_ @@ -32,7 +31,7 @@ struct rect_t { #include "workspaces.h" #include "trayclients.h" #include "xcb.h" -#include "ucs2_to_utf8.h" #include "config.h" +#include "libi3.h" #endif