diff options
Diffstat (limited to 'Source/cmLoadCommandCommand.cxx')
-rw-r--r-- | Source/cmLoadCommandCommand.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmLoadCommandCommand.cxx b/Source/cmLoadCommandCommand.cxx index 1e02632..23ace64 100644 --- a/Source/cmLoadCommandCommand.cxx +++ b/Source/cmLoadCommandCommand.cxx @@ -3,16 +3,13 @@ #include "cmLoadCommandCommand.h" #include <csignal> - #include <cstdio> #include <cstdlib> #include <cstring> - #include <utility> #include <cm/memory> -#include "cmCPluginAPI.cxx" #include "cmCPluginAPI.h" #include "cmCommand.h" #include "cmDynamicLoader.h" @@ -22,6 +19,8 @@ #include "cmStringAlgorithms.h" #include "cmSystemTools.h" +#include "cmCPluginAPI.cxx" + #ifdef __QNX__ # include <malloc.h> /* for malloc/free on QNX */ #endif |