]> Dogcows Code - chaz/openbox/commitdiff
Remove some unneeded stdlib.h includes
authorMikael Magnusson <mikachu@gmail.com>
Fri, 16 Apr 2010 06:37:42 +0000 (08:37 +0200)
committerDana Jansens <danakj@orodu.net>
Mon, 17 May 2010 23:31:21 +0000 (19:31 -0400)
openbox/actions/moverelative.c
openbox/actions/moveresizeto.c
openbox/actions/resizerelative.c

index fc4a615d89de90a28edbc37084270ec343093ac7..b67b5cf1094d3c4fcf03c53726388014bb598a16 100644 (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;
index 14695d4cb168b3518ea823992dc51f681786d77e..c23661cd401c2fd37645455456de69ba5f60e467 100644 (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,
index d5910ceb7dd28bbd05ec30851603794e9320f80b..e32aff32d55e417888ae26985fcc7226f144a4bc 100644 (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;
This page took 0.020146 seconds and 4 git commands to generate.