diff options
Diffstat (limited to 'utils/PerfectShuffle/PerfectShuffle.cpp')
-rw-r--r-- | utils/PerfectShuffle/PerfectShuffle.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/PerfectShuffle/PerfectShuffle.cpp b/utils/PerfectShuffle/PerfectShuffle.cpp index 98f8f4cc0cab..d39414eede94 100644 --- a/utils/PerfectShuffle/PerfectShuffle.cpp +++ b/utils/PerfectShuffle/PerfectShuffle.cpp @@ -14,11 +14,11 @@ // //===----------------------------------------------------------------------===// -#include <iostream> -#include <iomanip> -#include <vector> #include <cassert> #include <cstdlib> +#include <iomanip> +#include <iostream> +#include <vector> struct Operator; // Masks are 4-nibble hex numbers. Values 0-7 in any nibble means that it takes |