diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-01 20:08:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-01 20:08:00 +0300 |
commit | fedaef8b13087ba33fbc885b64b6582c2d5f43f4 (patch) | |
tree | 097b86446eb9718fa75f2bb414cc17ae7147521f /utils | |
parent | 133b067e695bee81189df980c9043fe843d7887e (diff) |
m_system_cpp.h removed, because there're no C files anymore (hurrah)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/std_string_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/std_string_utils.h b/utils/std_string_utils.h index 142fb35a0c..e6ce318838 100644 --- a/utils/std_string_utils.h +++ b/utils/std_string_utils.h @@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <windows.h>
#include <time.h>
-#include <m_system_cpp.h>
+#include <m_system.h>
// C++ bool type
#define UTILS_CONV_BOOLEAN 0x0001 // true | false
|