diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-01 21:29:53 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-01 21:29:53 -0700 |
commit | 08a494a3b08c63fdd45130d460f5f7d9f8f9396b (patch) | |
tree | a23ecb1db1976a0d3cdaf6297139c9753be17782 /src/xsettings.c | |
parent | 75934b1d0f47b862ec19fa8a96563176b1562154 (diff) | |
download | emacs-08a494a3b08c63fdd45130d460f5f7d9f8f9396b.tar.gz |
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/xsettings.c')
-rw-r--r-- | src/xsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsettings.c b/src/xsettings.c index f1b4c8c9b23..8cfcafe126d 100644 --- a/src/xsettings.c +++ b/src/xsettings.c @@ -17,7 +17,7 @@ GNU General Public License for more details. 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> |