]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/int.cpp
Don't use deprecated headers.
[pulseview.git] / pv / prop / int.cpp
index 7fd4aeeffa2af3ceeb536a29f1365e5427f4484a..789c26eb0236c9efb89c3c2291cd92e1a5d0e421 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdint.h>
-#include <assert.h>
+#include <cstdint>
+#include <cassert>
 
 #include <QSpinBox>