diff options
| author | Dan Nicolaescu | 2010-07-07 21:55:07 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-07 21:55:07 -0700 |
| commit | 295d0d8f2008cbd2deb200fc6ecb30d19847f725 (patch) | |
| tree | b5ce54b485bc65a9e4ae0529353da47fed956ebc /src/sysdep.c | |
| parent | 49d9e6b07bc34acf755ded0fc255e974a37f9189 (diff) | |
| download | emacs-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.c | 3 |
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. | |||
| 18 | You should have received a copy of the GNU General Public License | 18 | You should have received a copy of the GNU General Public License |
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along 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> |