diff options
Diffstat (limited to 'lexlib/WordList.cxx')
-rw-r--r-- | lexlib/WordList.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lexlib/WordList.cxx b/lexlib/WordList.cxx index 64a2a50c0..2f673397f 100644 --- a/lexlib/WordList.cxx +++ b/lexlib/WordList.cxx @@ -5,11 +5,8 @@ // Copyright 1998-2002 by Neil Hodgson <neilh@scintilla.org> // The License.txt file describes the conditions under which this software may be distributed. -#include <stdlib.h> -#include <string.h> -#include <stdio.h> -#include <stdarg.h> -#include <ctype.h> +#include <cstdlib> +#include <cstring> #include <algorithm> |