* include-cstdlib-header: Include cpp header "cstdlib" instead of the c header "stdlib.h"
@@ -29,7 +29,7 @@
#include "ctkModelTester.h"
// STL includes
-#include <stdlib.h>
+#include <cstdlib>
#include <iostream>
//-----------------------------------------------------------------------------
@@ -25,7 +25,7 @@
#include "ctkUtils.h"
// STD includes
#include <string>
#include <vector>
@@ -26,7 +26,7 @@
@@ -23,7 +23,7 @@
@@ -32,7 +32,7 @@
#ifdef _WIN32
#include <windows.h>
#endif // _WIN32
#include <CTKConfig.h>
#include "ctkComboBox.h"
#include "ctkSettingsDialog.h"
@@ -28,7 +28,7 @@
#include "ctkSettingsPanel.h"
#include "ctkSettings.h"
#include "ctkTreeComboBox.h"