diff src/sysdep.c @ 109170:76e072dbe342

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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 07 Jul 2010 21:55:07 -0700
parents fb5779a6cf4b
children 8f3464b85afb
line wrap: on
line diff
--- a/src/sysdep.c	Wed Jul 07 20:31:04 2010 -0700
+++ b/src/sysdep.c	Wed Jul 07 21:55:07 2010 -0700
@@ -18,10 +18,7 @@
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#ifdef HAVE_CONFIG_H
 #include <config.h>
-#endif
-
 #include <ctype.h>
 #include <signal.h>
 #include <stdio.h>