aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorStefan Monnier2010-10-15 17:55:33 -0400
committerStefan Monnier2010-10-15 17:55:33 -0400
commit0c747cb143fa227e78f350ac353d703f489209df (patch)
tree5b434055c797bd75eaa1e3d9d0773e586d44daee /src/doc.c
parenta01a7932080e8a6e7bc8472c58cefabcc2c37df3 (diff)
parentaa095b2db98ae149737f8de00ee733b1d257ed33 (diff)
downloademacs-0c747cb143fa227e78f350ac353d703f489209df.tar.gz
emacs-0c747cb143fa227e78f350ac353d703f489209df.zip
Merge from trunk
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc.c b/src/doc.c
index 8ec94f9836c..b887b3149bc 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -25,19 +25,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25#include <sys/file.h> /* Must be after sys/types.h for USG*/ 25#include <sys/file.h> /* Must be after sys/types.h for USG*/
26#include <ctype.h> 26#include <ctype.h>
27#include <setjmp.h> 27#include <setjmp.h>
28
29#ifdef HAVE_FCNTL_H
30#include <fcntl.h> 28#include <fcntl.h>
31#endif
32 29
33#ifdef HAVE_UNISTD_H 30#ifdef HAVE_UNISTD_H
34#include <unistd.h> 31#include <unistd.h>
35#endif 32#endif
36 33
37#ifndef O_RDONLY
38#define O_RDONLY 0
39#endif
40
41#include "lisp.h" 34#include "lisp.h"
42#include "buffer.h" 35#include "buffer.h"
43#include "keyboard.h" 36#include "keyboard.h"