aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-01 06:56:33 -0700
committerDan Nicolaescu2010-10-01 06:56:33 -0700
commit4cacd822d198d85848348ae85c08fb56f6525116 (patch)
tree37d3c5dfbfa693aaef0e65965336f2551103d056 /src/dbusbind.c
parent0a887f3950c55887fb86fc45d6ceaf958e5c1f6e (diff)
downloademacs-4cacd822d198d85848348ae85c08fb56f6525116.tar.gz
emacs-4cacd822d198d85848348ae85c08fb56f6525116.zip
Do not include stdlib.h and string.h, config.h does it.
* src/xfont.c: * src/w32term.c: * src/w32reg.c: * src/w32inevt.c: * src/w32heap.c: * src/w32console.c: * src/w16select.c: * src/unexsol.c: * src/term.c: * src/sound.c: * src/scroll.c (m): * src/gtkutil.c: * src/font.c: * src/filelock.c: * src/fileio.c: * src/dosfns.c: * src/dbusbind.c: * src/bidi.c: * src/callproc.c: * src/process.c: * src/msdos.c: * src/charset.c: Do not include stdlib.h and string.h, config.h does it. * configure.in: Include stdlib.h and string.h unconditionally.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index ffa02e8e9c9..99a157fbc76 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -19,7 +19,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19#include <config.h> 19#include <config.h>
20 20
21#ifdef HAVE_DBUS 21#ifdef HAVE_DBUS
22#include <stdlib.h>
23#include <stdio.h> 22#include <stdio.h>
24#include <dbus/dbus.h> 23#include <dbus/dbus.h>
25#include <setjmp.h> 24#include <setjmp.h>