diff options
Diffstat (limited to 'library/cpp/getopt/small/ygetopt.cpp')
-rw-r--r-- | library/cpp/getopt/small/ygetopt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/getopt/small/ygetopt.cpp b/library/cpp/getopt/small/ygetopt.cpp index 735071c2cd..1f52827f74 100644 --- a/library/cpp/getopt/small/ygetopt.cpp +++ b/library/cpp/getopt/small/ygetopt.cpp @@ -2,8 +2,8 @@ #include "ygetopt.h" #include <util/generic/string.h> -#include <util/generic/vector.h> -#include <util/generic/yexception.h> +#include <util/generic/vector.h> +#include <util/generic/yexception.h> class TGetOpt::TImpl: public TSimpleRefCount<TImpl> { public: |