Mercurial > emacs
diff src/xsettings.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 | 8bb62bdbd80a |
| children | 52060ddf14aa |
line wrap: on
line diff
--- a/src/xsettings.c Tue Jun 01 19:47:43 2010 -0700 +++ b/src/xsettings.c Tue Jun 01 21:29:53 2010 -0700 @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ -#include "config.h" +#include <config.h> #include <limits.h> #include <setjmp.h> #include <fcntl.h>
