diff options
Diffstat (limited to 'src/tools/chdman.cpp')
-rw-r--r-- | src/tools/chdman.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp index 44e73083ff4..914ab850054 100644 --- a/src/tools/chdman.cpp +++ b/src/tools/chdman.cpp @@ -6,7 +6,6 @@ ****************************************************************************/ #include <stdio.h> // must be stdio.h and here otherwise issues with I64FMT in MINGW -#include <cassert> #include "osdcore.h" #include "corefile.h" @@ -15,17 +14,17 @@ #include "avhuff.h" #include "bitmap.h" #include "md5.h" -#include "sha1.h" +#include "hashing.h" #include "vbiparse.h" + +#include <cassert> +#include <cctype> #include <cstdarg> -#include <cstdlib> #include <cstdio> +#include <cstdlib> +#include <cstring> #include <ctime> -#include <cctype> - #include <iostream> -#include <cassert> -#include <cstring> #include <limits> #include <memory> #include <new> |