Remove some unneeded stdlib.h includes
This commit is contained in:
parent
7a679dd198
commit
3374fb2a88
3 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue