]> sigrok.org Git - pulseview.git/blobdiff - pv/strnatcmp.hpp
Don't use deprecated headers.
[pulseview.git] / pv / strnatcmp.hpp
index 6c7754cc9ceb0af53a9cb246199c734b4695c083..0295a5c520f56b5a0df1269ae53c18a361468648 100644 (file)
@@ -27,8 +27,8 @@
 #ifndef PULSEVIEW_PV_STRNATCMP_HPP
 #define PULSEVIEW_PV_STRNATCMP_HPP
 
-#include <stddef.h>    /* size_t */
-#include <ctype.h>
+#include <cstddef>     /* size_t */
+#include <cctype>
 #include <string>
 
 using std::string;