Remove some unneeded stdlib.h includes

This commit is contained in:
Mikael Magnusson 2010-04-16 08:37:42 +02:00 committed by Dana Jansens
parent 7a679dd198
commit 3374fb2a88
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@
#include "openbox/screen.h"
#include "openbox/frame.h"
#include "openbox/config.h"
#include <stdlib.h> /* for atoi */
typedef struct {
gint x;

View file

@ -3,7 +3,6 @@
#include "openbox/screen.h"
#include "openbox/frame.h"
#include "openbox/config.h"
#include <stdlib.h> /* for atoi */
enum {
CURRENT_MONITOR = -1,

View file

@ -3,7 +3,6 @@
#include "openbox/screen.h"
#include "openbox/frame.h"
#include "openbox/config.h"
#include <stdlib.h> /* for atoi */
typedef struct {
gint left;