aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbusbind.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-01 21:29:53 -0700
committerDan Nicolaescu2010-06-01 21:29:53 -0700
commit08a494a3b08c63fdd45130d460f5f7d9f8f9396b (patch)
treea23ecb1db1976a0d3cdaf6297139c9753be17782 /src/dbusbind.c
parent75934b1d0f47b862ec19fa8a96563176b1562154 (diff)
downloademacs-08a494a3b08c63fdd45130d460f5f7d9f8f9396b.tar.gz
emacs-08a494a3b08c63fdd45130d460f5f7d9f8f9396b.zip
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.
Diffstat (limited to 'src/dbusbind.c')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 5cad182b525..a72a95552bc 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 17along 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>