aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-07 21:55:07 -0700
committerDan Nicolaescu2010-07-07 21:55:07 -0700
commit295d0d8f2008cbd2deb200fc6ecb30d19847f725 (patch)
treeb5ce54b485bc65a9e4ae0529353da47fed956ebc /src/sysdep.c
parent49d9e6b07bc34acf755ded0fc255e974a37f9189 (diff)
downloademacs-295d0d8f2008cbd2deb200fc6ecb30d19847f725.tar.gz
emacs-295d0d8f2008cbd2deb200fc6ecb30d19847f725.zip
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/sysdep.c')
-rw-r--r--src/sysdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index ecdb7fcc21b..daca9d12510 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -18,10 +18,7 @@ GNU General Public License for more details.
18You should have received a copy of the GNU General Public License 18You should have received a copy of the GNU General Public License
19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20 20
21#ifdef HAVE_CONFIG_H
22#include <config.h> 21#include <config.h>
23#endif
24
25#include <ctype.h> 22#include <ctype.h>
26#include <signal.h> 23#include <signal.h>
27#include <stdio.h> 24#include <stdio.h>