diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-10 22:03:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-10 22:03:00 +0000 |
commit | d5651985e7ea01853e0abe670199393501aa6b20 (patch) | |
tree | 3940f358364e6777db41c858596af28a9c6c2f47 /cpp/src/IceSSL/ConfigParserErrorReporter.h | |
parent | fixes (diff) | |
download | ice-d5651985e7ea01853e0abe670199393501aa6b20.tar.bz2 ice-d5651985e7ea01853e0abe670199393501aa6b20.tar.xz ice-d5651985e7ea01853e0abe670199393501aa6b20.zip |
more fixes/cleanup
Diffstat (limited to 'cpp/src/IceSSL/ConfigParserErrorReporter.h')
-rw-r--r-- | cpp/src/IceSSL/ConfigParserErrorReporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/ConfigParserErrorReporter.h b/cpp/src/IceSSL/ConfigParserErrorReporter.h index 1c80e3f7f49..2b94b4c1d74 100644 --- a/cpp/src/IceSSL/ConfigParserErrorReporter.h +++ b/cpp/src/IceSSL/ConfigParserErrorReporter.h @@ -11,11 +11,11 @@ #ifndef ICE_SSL_CONFIG_ERROR_REPORTER_H #define ICE_SSL_CONFIG_ERROR_REPORTER_H +#include <Ice/LoggerF.h> +#include <IceSSL/TraceLevelsF.h> #include <util/XercesDefs.hpp> #include <dom/DOMString.hpp> #include <sax/ErrorHandler.hpp> -#include <Ice/LoggerF.h> -#include <IceSSL/TraceLevelsF.h> namespace IceSSL { |