diff options
| author | Joakim Verona | 2013-09-10 23:52:26 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-10 23:52:26 +0200 |
| commit | 63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c (patch) | |
| tree | e5078c5545c777e21944a9ee4199a6f2c6d25ca9 /src/image.c | |
| parent | 92aeabcc8a007f521a664e3aee092eb80ad0f49a (diff) | |
| download | emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.tar.gz emacs-63dae8e97d343fd4ebfe3dc08f0e8dc932630a4c.zip | |
merge upstream
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/image.c b/src/image.c index bcc0fcd78a3..1271376bcab 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -30,13 +30,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | #include <setjmp.h> | 32 | #include <setjmp.h> |
| 33 | |||
| 34 | #include <c-ctype.h> | 33 | #include <c-ctype.h> |
| 35 | 34 | ||
| 36 | /* This makes the fields of a Display accessible, in Xlib header files. */ | ||
| 37 | |||
| 38 | #define XLIB_ILLEGAL_ACCESS | ||
| 39 | |||
| 40 | #include "lisp.h" | 35 | #include "lisp.h" |
| 41 | #include "frame.h" | 36 | #include "frame.h" |
| 42 | #include "window.h" | 37 | #include "window.h" |