diff options
Diffstat (limited to 'src/ExternalLexer.cxx')
-rw-r--r-- | src/ExternalLexer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index bb4846497..d1d26201d 100644 --- a/src/ExternalLexer.cxx +++ b/src/ExternalLexer.cxx @@ -6,8 +6,8 @@ // The License.txt file describes the conditions under which this software may be distributed. #include <stdlib.h> -#include <stdio.h> #include <string.h> +#include <stdio.h> #include <ctype.h> #include <assert.h> |