diff options
| author | Juanma Barranquero | 2011-06-24 23:25:22 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-06-24 23:25:22 +0200 |
| commit | cd3520a41df21d80a9d894c58af2daba23c8dd24 (patch) | |
| tree | 945eaef322c65471833954ddce161a7a913ee3c8 /src/gnutls.c | |
| parent | 7d0da90e7b98f5c09df82be9985cc27d30adea07 (diff) | |
| download | emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.tar.gz emacs-cd3520a41df21d80a9d894c58af2daba23c8dd24.zip | |
Move DEFSYM to lisp.h and use everywhere.
Diffstat (limited to 'src/gnutls.c')
| -rw-r--r-- | src/gnutls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c index 8c5e86940f9..b59d0b265f2 100644 --- a/src/gnutls.c +++ b/src/gnutls.c | |||
| @@ -22,7 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 22 | 22 | ||
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "process.h" | 24 | #include "process.h" |
| 25 | #include "character.h" | ||
| 26 | 25 | ||
| 27 | #ifdef HAVE_GNUTLS | 26 | #ifdef HAVE_GNUTLS |
| 28 | #include <gnutls/gnutls.h> | 27 | #include <gnutls/gnutls.h> |