widgets: remove unnecessary #includes

This commit is contained in:
Michael Gehring 2008-06-26 15:31:33 +02:00 committed by Julien Danjou
parent 3f1fa89dde
commit f56f34d715
5 changed files with 0 additions and 8 deletions

View File

@ -23,7 +23,6 @@
#include <math.h> #include <math.h>
#include "widget.h" #include "widget.h"
#include "screen.h"
#include "common/tokenize.h" #include "common/tokenize.h"
#include "common/draw.h" #include "common/draw.h"

View File

@ -22,7 +22,6 @@
#include "common/tokenize.h" #include "common/tokenize.h"
#include "widget.h" #include "widget.h"
#include "screen.h"
extern awesome_t globalconf; extern awesome_t globalconf;

View File

@ -25,7 +25,6 @@
#include "lua.h" #include "lua.h"
#include "event.h" #include "event.h"
#include "common/markup.h" #include "common/markup.h"
#include "common/configopts.h"
#include "common/tokenize.h" #include "common/tokenize.h"
extern awesome_t globalconf; extern awesome_t globalconf;

View File

@ -22,11 +22,9 @@
#include "widget.h" #include "widget.h"
#include "client.h" #include "client.h"
#include "focus.h" #include "focus.h"
#include "screen.h"
#include "event.h" #include "event.h"
#include "ewmh.h" #include "ewmh.h"
#include "tag.h" #include "tag.h"
#include "common/configopts.h"
#include "common/markup.h" #include "common/markup.h"
#include "common/tokenize.h" #include "common/tokenize.h"

View File

@ -20,9 +20,6 @@
*/ */
#include "widget.h" #include "widget.h"
#include "screen.h"
#include "common/util.h"
#include "common/configopts.h"
#include "common/tokenize.h" #include "common/tokenize.h"
extern awesome_t globalconf; extern awesome_t globalconf;