]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/int.cpp
Don't use deprecated headers.
[pulseview.git] / pv / prop / int.cpp
index fd3bfe4708e6a0cb95832e81643421945de5a5eb..789c26eb0236c9efb89c3c2291cd92e1a5d0e421 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdint.h>
-#include <assert.h>
+#include <cstdint>
+#include <cassert>
 
 #include <QSpinBox>