comparison src/dbusbind.c @ 108861:ad09f2bfce51

Fix config.h includes. * src/xsettings.c: * src/xgselect.c: * src/nsterm.m: * src/nsselect.m: * src/nsimage.m: * src/nsfont.m: * src/nsfns.m: * src/dbusbind.c: Use #include <config.h> instead of "config.h" as all other files do.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 01 Jun 2010 21:29:53 -0700
parents 1d1d5d9bd884
children d418516def73
comparison
equal deleted inserted replaced
108860:c15389f78514 108861:ad09f2bfce51
14 GNU General Public License for more details. 14 GNU General Public License for more details.
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 17 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
18 18
19 #include "config.h" 19 #include <config.h>
20 20
21 #ifdef HAVE_DBUS 21 #ifdef HAVE_DBUS
22 #include <stdlib.h> 22 #include <stdlib.h>
23 #include <stdio.h> 23 #include <stdio.h>
24 #include <dbus/dbus.h> 24 #include <dbus/dbus.h>