summaryrefslogtreecommitdiff
path: root/src/bidi.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-07-07 21:55:07 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-07-07 21:55:07 -0700
commit295d0d8f2008cbd2deb200fc6ecb30d19847f725 (patch)
treeb5ce54b485bc65a9e4ae0529353da47fed956ebc /src/bidi.c
parent49d9e6b07bc34acf755ded0fc255e974a37f9189 (diff)
downloademacs-295d0d8f2008cbd2deb200fc6ecb30d19847f725.tar.gz
Clean up include guards.
* src/tparam.c: Remove include guards for config.h, string.h and code that assumes #ifndef emacs. * src/termcap.c: * src/unexalpha.c: * src/sysdep.c: * src/filemode.c: * src/filelock.c: * src/bidi.c: Likewise.
Diffstat (limited to 'src/bidi.c')
-rw-r--r--src/bidi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bidi.c b/src/bidi.c
index d47fe9b7d33..e17676ea6d7 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -49,16 +49,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
rule X9 and to its modifications decribed in the "Implementation
Notes" section of UAX#9, under "Retaining Format Codes". */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
-
#include <stdio.h>
-
-#ifdef HAVE_STRING_H
#include <string.h>
-#endif
-
#include <setjmp.h>
#include "lisp.h"