comparison src/sound.c @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 9f59509498e1
children 52952cbfc5b5
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
28 #include "lisp.h" 28 #include "lisp.h"
29 29
30 #include "buffer.h" 30 #include "buffer.h"
31 #ifdef HAVE_X_WINDOWS 31 #ifdef HAVE_X_WINDOWS
32 #include "console-x.h" 32 #include "console-x.h"
33 #endif
34
35 #ifdef HAVE_NEXTSTEP
36 #include "console-ns.h"
37 #endif 33 #endif
38 34
39 #include "commands.h" 35 #include "commands.h"
40 #include "device.h" 36 #include "device.h"
41 #include "redisplay.h" 37 #include "redisplay.h"