diff options
| -rw-r--r-- | lexers/LexRegistry.cxx | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lexers/LexRegistry.cxx b/lexers/LexRegistry.cxx index 64b30d249..0f401fa4b 100644 --- a/lexers/LexRegistry.cxx +++ b/lexers/LexRegistry.cxx @@ -10,13 +10,13 @@   *   */ +#include <cstdlib>  #include <cassert>  #include <cctype>  #include <cstdio> -#include <cstdlib> -#include <map>  #include <string>  #include <vector> +#include <map>  #include "ILexer.h"  #include "Scintilla.h" | 
