bug-ddrescue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-ddrescue] [PATCH 1/7] tree: Remove stdint.h from two unnecessary pl


From: Rosen Penev
Subject: [Bug-ddrescue] [PATCH 1/7] tree: Remove stdint.h from two unnecessary places
Date: Mon, 14 Oct 2019 13:59:40 -0700

Tested with uClibc++.

Signed-off-by: Rosen Penev <address@hidden>
---
 block.cc       | 1 -
 ddrescuelog.cc | 1 -
 2 files changed, 2 deletions(-)

diff --git a/block.cc b/block.cc
index cbee358..415478d 100644
--- a/block.cc
+++ b/block.cc
@@ -23,7 +23,6 @@
 #include <cstdlib>
 #include <string>
 #include <vector>
-#include <stdint.h>
 
 #include "block.h"
 
diff --git a/ddrescuelog.cc b/ddrescuelog.cc
index 72add83..562d35f 100644
--- a/ddrescuelog.cc
+++ b/ddrescuelog.cc
@@ -30,7 +30,6 @@
 #include <ctime>
 #include <string>
 #include <vector>
-#include <stdint.h>
 
 #include "arg_parser.h"
 #include "block.h"
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]