]> code.delx.au - gnu-emacs/blobdiff - src/ccl.h
Include-file cleanup for src directory
[gnu-emacs] / src / ccl.h
index 7b72dc7410410cc847e4f992ee9983237fa4823a..fdce437e6cd1bd3ce6aa671ccfcf0bdba19cbea5 100644 (file)
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -26,8 +26,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #ifndef EMACS_CCL_H
 #define EMACS_CCL_H
 
-#include "character.h" /* For MAX_MULTIBYTE_LENGTH */
-
 /* Macros for exit status of CCL program.  */
 #define CCL_STAT_SUCCESS       0 /* Terminated successfully.  */
 #define CCL_STAT_SUSPEND_BY_SRC        1 /* Terminated by empty input.  */