diff options
Diffstat (limited to 'Source/cmBinUtilsWindowsPELinker.cxx')
-rw-r--r-- | Source/cmBinUtilsWindowsPELinker.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/cmBinUtilsWindowsPELinker.cxx b/Source/cmBinUtilsWindowsPELinker.cxx index bfafaeb..79e39e9 100644 --- a/Source/cmBinUtilsWindowsPELinker.cxx +++ b/Source/cmBinUtilsWindowsPELinker.cxx @@ -3,17 +3,17 @@ #include "cmBinUtilsWindowsPELinker.h" +#include <sstream> +#include <vector> + +#include <cm/memory> + #include "cmBinUtilsWindowsPEDumpbinGetRuntimeDependenciesTool.h" #include "cmBinUtilsWindowsPEObjdumpGetRuntimeDependenciesTool.h" #include "cmRuntimeDependencyArchive.h" #include "cmStringAlgorithms.h" #include "cmSystemTools.h" -#include <sstream> -#include <vector> - -#include <cm/memory> - #ifdef _WIN32 # include <windows.h> #endif |