aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doc.c b/src/doc.c
index 0e9714b4512..7caa88a7b5e 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -31,10 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
31#include <unistd.h> 31#include <unistd.h>
32#endif 32#endif
33 33
34#ifndef O_RDONLY
35#define O_RDONLY 0
36#endif
37
38#include "lisp.h" 34#include "lisp.h"
39#include "buffer.h" 35#include "buffer.h"
40#include "keyboard.h" 36#include "keyboard.h"